clone_training_async

toloka.client.TolokaClient.clone_training_async | Source code

clone_training_async(self, training_id: str)

Clones an existing training. Sends an asynchronous request to Toloka.

An empty training with the same parameters is created. The new training is attached to the same project.

Parameters description

ParametersTypeDescription
training_idstr

The ID of the training to be cloned.

Examples:

clone_op = toloka_client.clone_training_async(training_id='1239110')
toloka_client.wait_operation(clone_op)

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