SetUserSkillRequest
toloka.client.user_skill.SetUserSkillRequest
| Source code
SetUserSkillRequest(
self,
*,
skill_id: Optional[str] = None,
user_id: Optional[str] = None,
value: Optional[Decimal] = None
)
Parameters for setting the skill value of a specific performer
Used for grouping the fields required for setting the user's skill. Usually, when calling TolokaClient.set_user_skill, you can use the expand version, passing all the class attributes to the call.
Parameters Description
Parameters | Type | Description |
---|---|---|
skill_id |
Optional[str] | Skill ID. What skill to set. |
user_id |
Optional[str] | User ID. Which user. |
value |
Optional[Decimal] | Fractional value of the skill. Minimum - 0, maximum - 100. |