toloka.client.TolokaClient.start_app_batch
| Source code
start_app_batch( self, app_project_id: str, batch_id: str)
Launches annotation of a batch of task items in an App project.
Parameters | Type | Description |
---|---|---|
app_project_id | str | The ID of the project. |
batch_id | str | The ID of the batch. |
Examples:
toloka_client.start_app_batch( app_project_id='Q2d15QBjpwWuDz8Z321g', app_batch_id='4Va2BBWKL88S4QyAgVje')
Last updated: August 28, 2023