TaskBatchCreateResult

toloka.client.batch_create_results.TaskBatchCreateResult

TaskBatchCreateResult(
self,
*,
items: Optional[Dict[str, Task]] = None,
validation_errors: Optional[Dict[str, Dict[str, FieldValidationError]]] = None
)

The results of the tasks creation operation.

Parameters Description

ParametersTypeDescription
itemsOptional[Dict[str, Task]]

A list of created tasks.

validation_errorsOptional[Dict[str, Dict[str, FieldValidationError]]]

A list with validation errors in input tasks. The list is filled if the request parameter skip_invalid_items is True.

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