toloka.client.quality_control.QualityControl.QualityControlConfig.RuleConfig
| Source code
RuleConfig( self, *, action: Optional[RuleAction] = None, conditions: Optional[List[RuleCondition]] = None)
Rule conditions and an action.
The action is performed if conditions are met. Multiple conditions are combined with the AND operator.
Parameters | Type | Description |
---|---|---|
action | Optional[RuleAction] | The action. |
conditions | Optional[List[RuleCondition]] | A list of conditions. |
Last updated: August 28, 2023