toloka.async_client.client.AsyncTolokaClient.clone_training
| Source code
async 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:
toloka_client.clone_training(training_id='1')