driftThresholds property

Map<String, ThresholdConfig> driftThresholds
final

Key is the feature name and value is the threshold. If a feature needs to be monitored for drift, a value threshold must be configured for that feature. The threshold here is against feature distribution distance between different time windws.

Implementation

final Map<String, ThresholdConfig> driftThresholds;