Class MonitoringStatsAnomaly (1.14.0)

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

A list of historical [Snapshot Analysis][FeaturestoreMonitoringConfig.SnapshotAnalysis] or [Import Feature Analysis] [FeaturestoreMonitoringConfig.ImportFeatureAnalysis] stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.

Attributes

NameDescription
objective google.cloud.aiplatform_v1.types.Feature.MonitoringStatsAnomaly.Objective
Output only. The objective for each stats.
feature_stats_anomaly google.cloud.aiplatform_v1.types.FeatureStatsAnomaly
Output only. The stats and anomalies generated at specific timestamp.

Inheritance

builtins.object > proto.message.Message > MonitoringStatsAnomaly

Classes

Objective

Objective(value)

If the objective in the request is both Import Feature Analysis and Snapshot Analysis, this objective could be one of them. Otherwise, this objective should be the same as the objective in the request.