toloka.client.TolokaClient.patch_task
| Source code
Changes a task overlap value.
Parameters | Type | Description |
---|---|---|
task_id | str | The ID of the task. |
overlap | Optional[int] | The new overlap value. |
infinite_overlap | Optional[bool] |
Default value: |
baseline_solutions | Optional[List[Task.BaselineSolution]] | Preliminary responses for dynamic overlap and aggregation of results by a skill. They are used to calculate a confidence level of the first responses from Tolokers. |
known_solutions | Optional[List[BaseTask.KnownSolution]] | A list of all responses considered correct. It is used with control and training tasks. If there are several output fields, then you must specify all their correct combinations. |
message_on_unknown_solution | Optional[str] | A hint used in training tasks. |
Returns:
The task with updated fields.
Return type:
Examples:
toloka_client.patch_task(task_id='000012bb84--62d80429f20bf20e50f36a27', overlap=5)
Last updated: August 28, 2023