AggregatedSolutionOperation

toloka.client.operations.AggregatedSolutionOperation | Source code

AggregatedSolutionOperation(
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
)

Response aggregation operation.

The operation is returned by the aggregate_solutions_by_pool method.

Parameters description

ParametersTypeDescription
idOptional[str]

The ID of the operation.

statusOptional[Operation.Status]

The status of the operation.

submittedOptional[datetime]

The UTC date and time when the operation was requested.

startedOptional[datetime]

The UTC date and time when the operation started.

finishedOptional[datetime]

The UTC date and time when the operation finished.

progressOptional[int]

The operation progress as a percentage.

detailsOptional[Any]

Details of the operation completion.

parametersOptional[Parameters]

Parameters containing the ID of the pool.

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming