toloka.client.TolokaClient.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='00001092da--61ef01d5825234636bb088eb', overlap=0, infinite_overlap=False)
Last updated: August 28, 2023