Package inference
Interface ModelConfigOuterClass.ModelMetrics.MetricControl.HistogramOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelConfigOuterClass.ModelMetrics.MetricControl.HistogramOptions,ModelConfigOuterClass.ModelMetrics.MetricControl.HistogramOptions.Builder
- Enclosing class:
ModelConfigOuterClass.ModelMetrics.MetricControl
public static interface ModelConfigOuterClass.ModelMetrics.MetricControl.HistogramOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBucketsList
@@ .. cpp:var:: double buckets (repeated) @@ @@ Repeated double type in ascending order for histogram bucket @@ boundaries. Each bucket value represents a range less than or @@ equal to itself. The range greater than the largest bucket value @@ is allocated implicitly. @@ For example, [ -5.0, -2, 0, 3.5, 5 ]. @@
repeated double buckets = 1;- Returns:
- A list containing the buckets.
-
getBucketsCount
int getBucketsCount()@@ .. cpp:var:: double buckets (repeated) @@ @@ Repeated double type in ascending order for histogram bucket @@ boundaries. Each bucket value represents a range less than or @@ equal to itself. The range greater than the largest bucket value @@ is allocated implicitly. @@ For example, [ -5.0, -2, 0, 3.5, 5 ]. @@
repeated double buckets = 1;- Returns:
- The count of buckets.
-
getBuckets
double getBuckets(int index) @@ .. cpp:var:: double buckets (repeated) @@ @@ Repeated double type in ascending order for histogram bucket @@ boundaries. Each bucket value represents a range less than or @@ equal to itself. The range greater than the largest bucket value @@ is allocated implicitly. @@ For example, [ -5.0, -2, 0, 3.5, 5 ]. @@
repeated double buckets = 1;- Parameters:
index- The index of the element to return.- Returns:
- The buckets at the given index.
-