Class FeaturestoreMonitoringConfig (1.2.0)

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

Configuration of how features in Featurestore are monitored. .. attribute:: snapshot_analysis

The config for Snapshot Analysis Based Feature Monitoring.

:type: google.cloud.aiplatform_v1beta1.types.FeaturestoreMonitoringConfig.SnapshotAnalysis

Inheritance

builtins.object > proto.message.Message > FeaturestoreMonitoringConfig

Classes

SnapshotAnalysis

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

Configuration of the Featurestore's Snapshot Analysis Based Monitoring. This type of analysis generates statistics for each Feature based on a snapshot of the latest feature value of each entities every monitoring_interval.