toloka.async_client.client.AsyncTolokaClient.stop_app_batch
| Source code
async stop_app_batch( self, app_project_id: str, batch_id: str)
Stops annotation of a batch of task items in an App project.
Processing can be stopped only for the batch with the PROCESSING status.
Parameters | Type | Description |
---|---|---|
app_project_id | str | The ID of the project. |
batch_id | str | The ID of the batch. |