UserSkill

toloka.client.user_skill.UserSkill | Source code

UserSkill(
self,
*,
id: Optional[str] = None,
skill_id: Optional[str] = None,
user_id: Optional[str] = None,
value: Optional[int] = None,
exact_value: Optional[Decimal] = None,
created: Optional[datetime] = None,
modified: Optional[datetime] = None
)

A Toloker's skill value.

Parameters description

ParametersTypeDescription
idOptional[str]

The ID of the Toloker's skill value.

user_idOptional[str]

The ID of the Toloker.

skill_idOptional[str]

The ID of the skill.

exact_valueOptional[Decimal]

The fractional value of the skill. Allowed values: from 0 to 100.

valueOptional[int]

The value of the skill rounded to the nearest integer.

createdOptional[datetime]

The date and time when the skill was assigned the first time.

modifiedOptional[datetime]

The date and time when the skill value was updated.

Last updated: August 28, 2023

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