Interface ModelEvaluationSlice.Slice.SliceSpec.RangeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getHigh()
      Exclusive high value for the range.
      float getLow()
      Inclusive low value for the range.
      • 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 Detail

      • getLow

        float getLow()
         Inclusive low value for the range.
         
        float low = 1;
        Returns:
        The low.
      • getHigh

        float getHigh()
         Exclusive high value for the range.
         
        float high = 2;
        Returns:
        The high.