Class FeatureConfig (1.85.0)

FeatureConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Feature configuration.

Attributes

Name Description
feature_id str
Required. The ID of the feature resource. Final component of the Feature's resource name.
drift_threshold float
Optional. Drift threshold. If calculated difference with baseline data larger than threshold, it will be considered as the feature has drift. If not present, the threshold will be default to 0.3.

Methods

FeatureConfig

FeatureConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Feature configuration.