resume_app_batch
toloka.client.TolokaClient.resume_app_batch
| Source code
resume_app_batch(
self,
app_project_id: str,
batch_id: str
)
Resumes annotation of a batch of task items in an App project.
Processing can be resumed only for the batch with the STOPPING or STOPPED status.
Parameters Description
Parameters | Type | Description |
---|---|---|
app_project_id |
str | The ID of the project. |
batch_id |
str | The ID of the batch. |