QualityControlConfig

toloka.client.quality_control.QualityControl.QualityControlConfig | Source code

QualityControlConfig(
self,
*,
rules: Optional[List[RuleConfig]] = None,
collector_config: Optional[CollectorConfig] = None
)

A quality control rules configuration.

A rule consists of conditions, and an action to perform when the conditions are met. The rule conditions use statistics provided by a connected collector.

An example of the configuration. Toloka collects statistics of skipped tasks. If 10 task suites are skipped in a row, then a Toloker can no longer access a project.

To learn more, see:

Parameters description

ParametersTypeDescription
rulesOptional[List[RuleConfig]]

The conditions and the action.

collector_configOptional[CollectorConfig]

The configuration of the collector.

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