public interface ModelMonitoringAlertConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringAlertCondition.ConditionCase |
getConditionCase() |
double |
getThreshold()
A condition that compares a stats value against a threshold.
|
boolean |
hasThreshold()
A condition that compares a stats value against a threshold.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasThreshold()
A condition that compares a stats value against a threshold. Alert will be triggered if value above the threshold.
double threshold = 1;double getThreshold()
A condition that compares a stats value against a threshold. Alert will be triggered if value above the threshold.
double threshold = 1;ModelMonitoringAlertCondition.ConditionCase getConditionCase()
Copyright © 2024 Google LLC. All rights reserved.