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
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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-