toloka.client.filter.OSVersion
| Source code
OSVersion( self, operator: CompareOperator, value: float)
Filtering Tolokers by an OS version.
The version consists of major and minor version numbers, for example, 14.4
.
The version is represented as a single floating point number in conditions.
Parameters | Type | Description |
---|---|---|
operator | CompareOperator | An operator used in a condition. Allowed set of operators depends on the filter. |
value | float | The version of the OS. |