toloka.async_client.client.AsyncTolokaClient.create_app_item
| Source code
Creates an App task item in Toloka.
Parameters | Type | Description |
---|---|---|
app_project_id | str | The ID of the App project to create the item in. |
id | - | The ID of the item. |
app_project_id | str | The ID of the project that contains the item. |
batch_id | Optional[str] | The ID of the batch that contains the item. |
input_data | Optional[Dict[str, Any]] | Input data. It must follow the solution schema described in |
status | - | The item status:
|
output_data | - | Annotated data. |
errors | - | Errors occurred during annotation. |
created_at | - | The date and time when the item was created. |
started_at | - | The date and time when the item processing started. |
finished_at | - | The date and time when the item processing was completed. |
Returns:
Created App task item with updated parameters.
Return type: