Class Feature.Types.MonitoringStatsAnomaly (1.8.0)

public sealed class MonitoringStatsAnomaly : IMessage<Feature.Types.MonitoringStatsAnomaly>, IEquatable<Feature.Types.MonitoringStatsAnomaly>, IDeepCloneable<Feature.Types.MonitoringStatsAnomaly>, IBufferMessage, IMessage

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

Inheritance

Object > Feature.Types.MonitoringStatsAnomaly

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

MonitoringStatsAnomaly()

public MonitoringStatsAnomaly()

MonitoringStatsAnomaly(Feature.Types.MonitoringStatsAnomaly)

public MonitoringStatsAnomaly(Feature.Types.MonitoringStatsAnomaly other)
Parameter
NameDescription
otherFeature.Types.MonitoringStatsAnomaly

Properties

FeatureStatsAnomaly

public FeatureStatsAnomaly FeatureStatsAnomaly { get; set; }

Output only. The stats and anomalies generated at specific timestamp.

Property Value
TypeDescription
FeatureStatsAnomaly

Objective

public Feature.Types.MonitoringStatsAnomaly.Types.Objective Objective { get; set; }

Output only. The objective for each stats.

Property Value
TypeDescription
Feature.Types.MonitoringStatsAnomaly.Types.Objective