Cloud AI Platform v1beta1 API - Class ModelMonitoringAnomaly.Types.TabularAnomaly (1.0.0-beta15)

public sealed class ModelMonitoringAnomaly.Types.TabularAnomaly : IMessage<ModelMonitoringAnomaly.Types.TabularAnomaly>, IEquatable<ModelMonitoringAnomaly.Types.TabularAnomaly>, IDeepCloneable<ModelMonitoringAnomaly.Types.TabularAnomaly>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringAnomaly.Types.TabularAnomaly.

Tabular anomaly details.

Inheritance

object > ModelMonitoringAnomaly.Types.TabularAnomaly

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TabularAnomaly()

public TabularAnomaly()

TabularAnomaly(TabularAnomaly)

public TabularAnomaly(ModelMonitoringAnomaly.Types.TabularAnomaly other)
Parameter
Name Description
other ModelMonitoringAnomalyTypesTabularAnomaly

Properties

Anomaly

public Value Anomaly { get; set; }

Anomaly body.

Property Value
Type Description
Value

AnomalyUri

public string AnomalyUri { get; set; }

Additional anomaly information. e.g. Google Cloud Storage uri.

Property Value
Type Description
string

Condition

public ModelMonitoringAlertCondition Condition { get; set; }

The alert condition associated with this anomaly.

Property Value
Type Description
ModelMonitoringAlertCondition

Summary

public string Summary { get; set; }

Overview of this anomaly.

Property Value
Type Description
string

TriggerTime

public Timestamp TriggerTime { get; set; }

The time the anomaly was triggered.

Property Value
Type Description
Timestamp