Expand description
Generic threshold-based controls suggestion engine.
Evaluates a set of ThresholdRules against a QualityReport and
produces ControlsSuggestions when metrics breach their thresholds.
This module is pure computation (no I/O, no Karvi dependency).
Structs§
- Controls
Suggestion - A suggestion produced by evaluating a rule against a quality report.
- Threshold
Rule - A threshold rule: when a metric breaches the threshold, suggest an action.
Enums§
- Metric
Kind - Which metric a threshold rule evaluates.
- Threshold
Op - Comparison operator for threshold evaluation.
Functions§
- evaluate_
controls_ rules - Evaluate threshold rules against a quality report.