hsfs.core.feature_statistics_config #
FeatureStatisticsConfig #
Binds a feature to its statistics comparison configurations.
Each instance pairs a feature name with a list of StatisticsComparisonConfig objects that define which metrics and thresholds to evaluate during monitoring.
feature_name property #
feature_name: str
Name of the feature these statistics comparisons apply to.
statistics_comparison_configs property #
statistics_comparison_configs: (
list[StatisticsComparisonConfig] | None
)
List of comparison configurations defining which metrics and thresholds to evaluate.