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 | Type | Description |
---|---|---|
training_id | str | The ID of the training to be cloned. |
Returns:
An object to track the progress of the operation.
Return type:
Examples:
clone_op = toloka_client.clone_training_async(training_id='1239110')toloka_client.wait_operation(clone_op)
Last updated: August 28, 2023