toloka.client.operations.PoolArchiveOperation
| Source code
PoolArchiveOperation( self, *, id: Optional[str] = None, status: Union[Operation.Status, str, None] = None, submitted: Optional[datetime] = None, started: Optional[datetime] = None, finished: Optional[datetime] = None, progress: Optional[int] = None, details: Optional[Any] = None, parameters: Optional[PoolOperation.Parameters] = None)
Pool archiving operation.
The operation is returned by the archive_pool_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. |
finished | Optional[datetime] | The UTC date and time when the operation finished. |
progress | Optional[int] | The operation progress as a percentage. |
details | Optional[Any] | Details of the operation completion. |
parameters | Optional[PoolOperation.Parameters] | Parameters containing the ID of the pool. |
Last updated: August 28, 2023