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 Toloker.

Used for grouping the fields required for setting the Toloker'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

ParametersTypeDescription
skill_idOptional[str]

Skill ID. What skill to set.

user_idOptional[str]

Toloker's ID.

valueOptional[Decimal]

Fractional value of the skill. Minimum - 0, maximum - 100.

Toloka-Kit
OverviewGetting OAuth tokenQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming