public sealed class ModelMonitoringAnomaly.Types.TabularAnomaly : IMessage<ModelMonitoringAnomaly.Types.TabularAnomaly>, IEquatable<ModelMonitoringAnomaly.Types.TabularAnomaly>, IDeepCloneable<ModelMonitoringAnomaly.Types.TabularAnomaly>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringAnomaly.Types.TabularAnomaly.
Tabular anomaly details.
Implements
IMessageModelMonitoringAnomalyTypesTabularAnomaly, IEquatableModelMonitoringAnomalyTypesTabularAnomaly, IDeepCloneableModelMonitoringAnomalyTypesTabularAnomaly, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|