public interface ModelMonitoringAlertConditionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConditionCase()
public abstract ModelMonitoringAlertCondition.ConditionCase getConditionCase()
Returns | |
---|---|
Type | Description |
ModelMonitoringAlertCondition.ConditionCase |
getThreshold()
public abstract 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 | |
---|---|
Type | Description |
double |
The threshold. |
hasThreshold()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the threshold field is set. |