FeatureDriftConditionConfig

Feature Drift Condition Config for Monitor Alerts

KEY TYPE Description
featureNames List[str] List of feature names to monitor for this alert.
minimumViolations int Number of columns that must exceed the specified threshold to trigger an alert.
threshold float Threshold for when to consider a column to be in violation. The alert will only fire when the drift value is strictly greater than the threshold.
featureDriftType FeatureDriftType Feature drift type to apply the threshold on to determine whether a column has drifted significantly enough to be a violation.