toloka.client.quality_control.QualityControl.TrainingRequirement
| Source code
TrainingRequirement( self, *, training_pool_id: Optional[str] = None, training_passing_skill_value: Optional[int] = None)
Parameters for linking a training pool to a general task pool.
Parameters | Type | Description |
---|---|---|
training_pool_id | Optional[str] | The ID of the training pool. |
training_passing_skill_value | Optional[int] | The percentage of correct answers in training tasks required in order to access the general tasks. Only the first answer of the Toloker in each task is taken into account. Allowed values: from 0 to 100. |
Last updated: August 28, 2023