public sealed class Feature.Types.MonitoringStatsAnomaly : IMessage<Feature.Types.MonitoringStatsAnomaly>, IEquatable<Feature.Types.MonitoringStatsAnomaly>, IDeepCloneable<Feature.Types.MonitoringStatsAnomaly>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Feature.Types.MonitoringStatsAnomaly.
A list of historical [SnapshotAnalysis][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.SnapshotAnalysis] or [ImportFeaturesAnalysis][google.cloud.aiplatform.v1beta1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis] stats requested by user, sorted by [FeatureStatsAnomaly.start_time][google.cloud.aiplatform.v1beta1.FeatureStatsAnomaly.start_time] descending.
Implements
IMessageFeatureTypesMonitoringStatsAnomaly, IEquatableFeatureTypesMonitoringStatsAnomaly, IDeepCloneableFeatureTypesMonitoringStatsAnomaly, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MonitoringStatsAnomaly()
public MonitoringStatsAnomaly()MonitoringStatsAnomaly(MonitoringStatsAnomaly)
public MonitoringStatsAnomaly(Feature.Types.MonitoringStatsAnomaly other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureTypesMonitoringStatsAnomaly |
Properties
FeatureStatsAnomaly
public FeatureStatsAnomaly FeatureStatsAnomaly { get; set; }Output only. The stats and anomalies generated at specific timestamp.
| Property Value | |
|---|---|
| Type | Description |
FeatureStatsAnomaly |
|
Objective
public Feature.Types.MonitoringStatsAnomaly.Types.Objective Objective { get; set; }Output only. The objective for each stats.
| Property Value | |
|---|---|
| Type | Description |
FeatureTypesMonitoringStatsAnomalyTypesObjective |
|