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 Type
    Method
    Description
     
    double
    A condition that compares a stats value against a threshold.
    boolean
    A condition that compares a stats value against a threshold.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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