Education
toloka.client.filter.Education
| Source code
Education(
self,
operator: IdentityOperator,
value: Union[Education, str]
)
Use to select users by education.
Parameters Description
Parameters | Type | Description |
---|---|---|
operator |
IdentityOperator | Comparison operator in the condition. For example, for a condition "The user must be 18 years old or older» used date of birth and operator GTE («Greater than or equal»). Possible key values operator depends on the data type in the field value |
value |
Education | User education. |