create_training

toloka.client.TolokaClient.create_training | Source code

create_training(self, training: Training)

Creates a new training in Toloka.

Parameters description

ParametersTypeDescription
trainingTraining

A training to be created.

  • Returns:

    Created training with initialized read-only fields.

  • Return type:

    Training

Examples:

Creating a new training.

new_training = toloka.client.Training(
project_id='118252',
private_name='Some training in my project',
may_contain_adult_content=True,
assignment_max_duration_seconds=60*5,
mix_tasks_in_creation_order=True,
shuffle_tasks_in_task_suite=True,
training_tasks_in_task_suite_count=3,
task_suites_required_to_pass=1,
retry_training_after_days=7,
inherited_instructions=True,
public_instructions='',
)
new_training = toloka_client.create_training(new_training)
print(new_training.id)

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming