Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly

Tabular anomaly details.

Inheritance
object
GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly : IDirectResponseSchema

Properties

Anomaly

Anomaly body.

Declaration
[JsonProperty("anomaly")]
public virtual object Anomaly { get; set; }
Property Value
Type Description
object

AnomalyUri

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

Declaration
[JsonProperty("anomalyUri")]
public virtual string AnomalyUri { get; set; }
Property Value
Type Description
string

Condition

The alert condition associated with this anomaly.

Declaration
[JsonProperty("condition")]
public virtual GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition Condition { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Summary

Overview of this anomaly.

Declaration
[JsonProperty("summary")]
public virtual string Summary { get; set; }
Property Value
Type Description
string

TriggerTime

object representation of TriggerTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TriggerTimeDateTimeOffset instead.")]
public virtual object TriggerTime { get; set; }
Property Value
Type Description
object

TriggerTimeDateTimeOffset

DateTimeOffset representation of TriggerTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TriggerTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TriggerTimeRaw

The time the anomaly was triggered.

Declaration
[JsonProperty("triggerTime")]
public virtual string TriggerTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX