toloka.client.TolokaClient.open_training
| Source code
open_training(self, training_id: str)
Opens a training.
Tasks from opened trainings can be assigned to Tolokers.
Parameters | Type | Description |
---|---|---|
training_id | str | The ID of the training. |
Returns:
The training with updated status.
Return type:
Examples:
Opening a training.
toloka_client.open_training(training_id='1239110')
Last updated: August 28, 2023