Package org.tensorflow.metadata.v0
Interface LiftSeries.BucketOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LiftSeries.Bucket,LiftSeries.Bucket.Builder
- Enclosing class:
- LiftSeries
public static interface LiftSeries.BucketOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetHighValue()The high value of the bucket, exclusive (unless the high_value is positive infinity).doublegetLowValue()The low value of the bucket, inclusive.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-