Interface ModelEvaluationSlice.Slice.SliceSpec.RangeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelEvaluationSlice.Slice.SliceSpec.Range, ModelEvaluationSlice.Slice.SliceSpec.Range.Builder
Enclosing class:
ModelEvaluationSlice.Slice.SliceSpec

public static interface ModelEvaluationSlice.Slice.SliceSpec.RangeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    Exclusive high value for the range.
    float
    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 Details

    • 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.