toloka.client.operations.PoolCloneOperation
| Source code
PoolCloneOperation( 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, parameters: Optional[PoolOperation.Parameters] = None, details: Optional[Details] = None)
Pool cloning operation.
The operation is returned by the clone_pool_async method.
Note, that parameters.pool_id
contains the ID of the pool that is cloned.
While details.pool_id
contains the ID of the new pool created after cloning.
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. |
parameters | Optional[PoolOperation.Parameters] | Parameters containing the ID of the pool. |
details | Optional[Details] | The details of the operation. |
Last updated: August 28, 2023