clone_training
toloka.client.TolokaClient.clone_training
| Source code
clone_training(self, training_id: str)
Duplicates existing training
An empty training with the same parameters will be created. A new training will be attached to the same project.
Parameters Description
Parameters | Type | Description |
---|---|---|
training_id |
str | ID of the existing training. |
-
Returns:
New training.
-
Return type:
Examples:
toloka_client.clone_training(training_id='1')