Cloud AI Platform v1beta1 API - Class ModelMonitoringAlertCondition (1.0.0-beta02)

public sealed class ModelMonitoringAlertCondition : IMessage<ModelMonitoringAlertCondition>, IEquatable<ModelMonitoringAlertCondition>, IDeepCloneable<ModelMonitoringAlertCondition>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringAlertCondition.

Monitoring alert triggered condition.

Inheritance

object > ModelMonitoringAlertCondition

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ModelMonitoringAlertCondition()

public ModelMonitoringAlertCondition()

ModelMonitoringAlertCondition(ModelMonitoringAlertCondition)

public ModelMonitoringAlertCondition(ModelMonitoringAlertCondition other)
Parameter
Name Description
other ModelMonitoringAlertCondition

Properties

ConditionCase

public ModelMonitoringAlertCondition.ConditionOneofCase ConditionCase { get; }
Property Value
Type Description
ModelMonitoringAlertConditionConditionOneofCase

HasThreshold

public bool HasThreshold { get; }

Gets whether the "threshold" field is set

Property Value
Type Description
bool

Threshold

public double Threshold { get; set; }

A condition that compares a stats value against a threshold. Alert will be triggered if value above the threshold.

Property Value
Type Description
double