toloka.client.TolokaClient.clone_training
| Source code
clone_training(self, training_id: str)
Clones an existing training.
An empty training with the same parameters is created. The new training is attached to the same project.
Parameters | Type | Description |
---|---|---|
training_id | str | The ID of the training to be cloned. |
Returns:
The new training.
Return type:
Examples:
new_training = toloka_client.clone_training(training_id='1239110')
Last updated: August 28, 2023