toloka.client.operations.ProjectArchiveOperation
| Source code
ProjectArchiveOperation( 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[Parameters] = None)
Operation returned by an asynchronous archive project via TolokaClient.archive_project_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[Parameters] | Operation parameters (depending on the operation type). |
project_id | - | On which project operation is performed. |