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
)

Describes the value of a specific skill for a specific Toloker.

Parameters Description

ParametersTypeDescription
idOptional[str]

Internal identifier of the Toloker's skill value.

skill_idOptional[str]

Skill identifier, which skill is installed.

user_idOptional[str]

Toloker identifier, to which Toloker the skill is installed.

valueOptional[int]

Skill value (from 0 to 100). Rough presentation.

exact_valueOptional[Decimal]

Skill value (from 0 to 100). Exact representation.

createdOptional[datetime]

Date and time when this skill was created for the Toloker.

modifiedOptional[datetime]

Date and time of the last skill change for the Toloker.

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