Skill

toloka.client.filter.Skill | Source code

Skill(
self,
key: str,
operator: CompareOperator = CompareOperator.EQ,
value: Optional[float] = None
)

Filtering Tolokers by skills.

Pass the ID of a skill to the filter constructor. To select Tolokers without a skill, compare created filter with None.

Parameters description

ParametersTypeDescription
keystr

The ID of a skill.

operatorCompareOperator

An operator in the condition.

valueOptional[float]

A value to compare the skill with.

Examples:

Selecting Tolokers with a skill with ID '224' greater than 70.

filter = toloka.client.filter.Skill('224') > 70

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