toloka.client.task_suite.TaskSuitePatch
| Source code
TaskSuitePatch( self, *, infinite_overlap=None, overlap=None, issuing_order_override: Optional[float] = None, open_pool: Optional[bool] = None)
Parameters for changing a task suite.
Parameters | Type | Description |
---|---|---|
issuing_order_override | Optional[float] | The priority of a task suite. It influences the order of assigning task suites to Tolokers in pools with the Default value: 0. |
open_pool | Optional[bool] | Open the pool immediately after changing a task suite, if the pool is closed. Default value: |