toloka.client.TolokaClient.create_app_batch
| Source code
Creates a batch with task items in an App project in Toloka.
Parameters | Type | Description |
---|---|---|
app_project_id | str | The ID of the project. |
name | Optional[str] | Batch name. |
items | Optional[List[Dict[str, Any]]] | A list with task items. The items must follow the solution schema described in |
Returns:
Created batch with updated parameters.
Return type: