toloka.client.task.CreateTasksParameters
| Source code
CreateTasksParameters( self, *, allow_defaults: Optional[bool] = None, open_pool: Optional[bool] = None, operation_id: Optional[UUID] = ..., skip_invalid_items: Optional[bool] = None, async_mode: Optional[bool] = True)
Parameters used with the create_tasks method.
If the operation is started in an asynchronous mode,
we recommend that you send the operation_id
to avoid creating the same tasks multiple times. You can use this ID later to get information about the operation.
Parameters | Type | Description |
---|---|---|
allow_defaults | Optional[bool] | Active overlap setting:
Default value: |
open_pool | Optional[bool] | Open the pool immediately after creating a task suite, if the pool is closed. Default value: |
operation_id | Optional[UUID] | The ID of the operation conforming to the RFC4122 standard. Use it if the |
skip_invalid_items | Optional[bool] | Task validation option:
Default value: |
async_mode | Optional[bool] | Request processing mode:
Default value: |