toloka.client.operations.TasksCreateOperation
| Source code
TasksCreateOperation( 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)
Task creating operation.
The operation is returned by the create_tasks_async method.
Parameters | Type | Description |
---|---|---|
id | Optional[str] | The ID of the operation. |
status | Optional[Operation.Status] | The status of the operation. |
submitted | Optional[datetime] | The UTC date and time when the operation was requested. |
started | Optional[datetime] | The UTC date and time when the operation started. |
progress | Optional[int] | The operation progress as a percentage. |
parameters | Optional[Parameters] | Parameters passed to the |
finished | Optional[datetime] | The UTC date and time when the operation was completed. |
details | Optional[Any] | Details of the operation completion. |
Last updated: August 28, 2023