open_training
toloka.client.TolokaClient.open_training
| Source code
open_training(self, training_id: str)
Starts distributing tasks from the training
Parameters Description
Parameters | Type | Description |
---|---|---|
training_id |
str | ID of the training that will be started. |
-
Returns:
Training object with new status.
-
Return type:
Examples:
Open the training for performers.
toloka_client.open_training(training_id='1')