toloka.client.operations.TaskSuiteCreateBatchOperation
| Source code
TaskSuiteCreateBatchOperation( self, *, id: Optional[str] = None, status: Union[Operation.Status, str, None] = None, submitted: Optional[datetime] = None, started: Optional[datetime] = None, progress: Optional[int] = None, parameters: Optional[Parameters] = None, finished: Optional[datetime] = None, details: Optional[Any] = None)
Operation returned by an asynchronous creating TaskSuite's via TolokaClient.create_task_suites_async()
All parameters are for reference only and describe the initial parameters of the request that this operation monitors.
Parameters | Type | Description |
---|---|---|
id | Optional[str] | Operation ID. |
status | Optional[Operation.Status] | The status of the operation. |
submitted | Optional[datetime] | The UTC date and time the request was sent. |
started | Optional[datetime] | The UTC date and time the operation started. |
progress | Optional[int] | The percentage of the operation completed. |
parameters | Optional[Parameters] | Operation parameters (depending on the operation type). |
finished | Optional[datetime] | The UTC date and time the operation finished. |
details | Optional[Any] | Details of the operation completion. |
skip_invalid_items | - | Validation parameters for JSON objects:
|
allow_defaults | - | Overlap settings:
|
open_pool | - | Open the pool immediately after creating the task suites, if the pool is closed. |