toloka.client.task.CreateTaskAsyncParameters
| Source code
CreateTaskAsyncParameters( self, *, allow_defaults: Optional[bool] = None, open_pool: Optional[bool] = None, operation_id: Optional[UUID] = ...)
Parameters used with the create_tasks_async method.
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. |