patch_app_batch

toloka.async_client.client.AsyncTolokaClient.patch_app_batch | Source code

Updates an App batch.

Parameters description

ParametersTypeDescription
app_project_idstr

The ID of the App project containing the batch.

batch_idstr

The ID of the batch.

nameOptional[str]

The new batch name.

  • Returns:

    The updated App batch.

  • Return type:

    AppBatch

Examples:

Changing the batch name.

batch = toloka_client.patch_app_batch(
app_project_id='Q2d15QBjpwWuDz8Z321g',
batch_id='4Va2BBWKL88S4QyAgVje',
name = 'Preliminary batch'
)

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming