toloka.async_client.client.AsyncTolokaClient.patch_task_overlap_or_min
| Source code
Stops assigning a task to Tolokers.
Parameters | Type | Description |
---|---|---|
task_id | str | The ID of the task. |
overlap | Optional[int] | The new overlap value. |
infinite_overlap | Optional[bool] |
Default value: |
Returns:
The task with updated fields.
Return type:
Examples:
Setting an infinite overlap for a training task.
toloka_client.patch_task_overlap_or_min(task_id='1', infinite_overlap=True)
You can't set infinite overlap in a regular pool.