toloka.client.filter.Profile
| Source code
Profile( self, *, operator: Any, value: Any)
A base class for a category of filters that use Toloker's profile.
Parameters | Type | Description |
---|---|---|
operator | Any | An operator used in a condition. Allowed set of operators depends on the filter. |
value | Any | A value to compare with. For example, the minimum value of some skill, or a language specified in a Toloker's profile. |