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)
Operation returned by an asynchronous archive pool via TolokaClient.archive_pool_async()
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. |
finished | Optional[datetime] | The UTC date and time the operation finished. |
progress | Optional[int] | The percentage of the operation completed. |
details | Optional[Any] | Details of the operation completion. |
parameters | Optional[PoolOperation.Parameters] | Operation parameters (depending on the operation type). |
pool_id | - | On which pool operation is performed. |