Skip to content

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.

id property #

id: int | None

Identifier assigned by the backend upon registration.

statistics_comparison_configs property #

statistics_comparison_configs: (
    list[StatisticsComparisonConfig] | None
)

List of comparison configurations defining which metrics and thresholds to evaluate.