OperationLogItem

toloka.client.operation_log.OperationLogItem | Source code

OperationLogItem(
self,
*,
type: Optional[str] = None,
success: Optional[bool] = None,
input: Optional[Dict[str, Any]] = None,
output: Optional[Dict[str, Any]] = None
)

Objects of which the operation log consists

Contains information about the validation errors and what sets of objects were created.

Parameters Description

ParametersTypeDescription
typeOptional[str]

Type of action in the operation step.

successOptional[bool]

Result of the step (true or false).

inputOptional[Dict[str, Any]]

Input data at the operation step.

outputOptional[Dict[str, Any]]

Operation step output. Depends on the type.

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