toloka.client.app.AppBatchCreateRequest
| Source code
AppBatchCreateRequest( self, *, name: Optional[str] = None, items: Optional[List[Dict[str, Any]]] = None)
Parameters of a request for creating multiple App task items in a batch.
Parameters | Type | Description |
---|---|---|
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 |