public sealed class ModelMonitoringAlertCondition : IMessage<ModelMonitoringAlertCondition>, IEquatable<ModelMonitoringAlertCondition>, IDeepCloneable<ModelMonitoringAlertCondition>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringAlertCondition.
Monitoring alert triggered condition.
Implements
IMessageModelMonitoringAlertCondition, IEquatableModelMonitoringAlertCondition, IDeepCloneableModelMonitoringAlertCondition, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|