Interface ModelMonitoringAlertConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringAlertCondition,ModelMonitoringAlertCondition.Builder
@Generated
public interface ModelMonitoringAlertConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleA condition that compares a stats value against a threshold.booleanA condition that compares a stats value against a threshold.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasThreshold
boolean hasThreshold()A condition that compares a stats value against a threshold. Alert will be triggered if value above the threshold.
double threshold = 1;- Returns:
- Whether the threshold field is set.
-
getThreshold
double getThreshold()A condition that compares a stats value against a threshold. Alert will be triggered if value above the threshold.
double threshold = 1;- Returns:
- The threshold.
-
getConditionCase
ModelMonitoringAlertCondition.ConditionCase getConditionCase()
-