Start here
Important tips
Toloka projects
Task interface
Toloka settings
Images
Audio
Texts and video
Other
Python libraries
Impact on AI
Crowdsourcing concepts
Explore
Get Help
toloka.streaming.event.UserSkillEvent | Source code
toloka.streaming.event.UserSkillEvent
UserSkillEvent( self, *, event_time: Optional[datetime] = None, event_type: Union[Type, str, None] = None, user_skill: Optional[UserSkill] = None)Copy text
UserSkillEvent( self, *, event_time: Optional[datetime] = None, event_type: Union[Type, str, None] = None, user_skill: Optional[UserSkill] = None)
UserSkill-related event.
event_time
Event datetime.
event_type
One of the folllowing event types:
user_skill
UserSkill object itself.