Package com.google.cloud.automl.v1beta1
Class Float64Stats.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
- com.google.cloud.automl.v1beta1.Float64Stats.Builder
-
- All Implemented Interfaces:
Float64StatsOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- Float64Stats
public static final class Float64Stats.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder> implements Float64StatsOrBuilder
The data statistics of a series of FLOAT64 values.
Protobuf typegoogle.cloud.automl.v1beta1.Float64Stats
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Float64Stats.Builder
addAllHistogramBuckets(Iterable<? extends Float64Stats.HistogramBucket> values)
Histogram buckets of the data series.Float64Stats.Builder
addAllQuantiles(Iterable<? extends Double> values)
Ordered from 0 to k k-quantile values of the data series of n values.Float64Stats.Builder
addHistogramBuckets(int index, Float64Stats.HistogramBucket value)
Histogram buckets of the data series.Float64Stats.Builder
addHistogramBuckets(int index, Float64Stats.HistogramBucket.Builder builderForValue)
Histogram buckets of the data series.Float64Stats.Builder
addHistogramBuckets(Float64Stats.HistogramBucket value)
Histogram buckets of the data series.Float64Stats.Builder
addHistogramBuckets(Float64Stats.HistogramBucket.Builder builderForValue)
Histogram buckets of the data series.Float64Stats.HistogramBucket.Builder
addHistogramBucketsBuilder()
Histogram buckets of the data series.Float64Stats.HistogramBucket.Builder
addHistogramBucketsBuilder(int index)
Histogram buckets of the data series.Float64Stats.Builder
addQuantiles(double value)
Ordered from 0 to k k-quantile values of the data series of n values.Float64Stats.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Float64Stats
build()
Float64Stats
buildPartial()
Float64Stats.Builder
clear()
Float64Stats.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Float64Stats.Builder
clearHistogramBuckets()
Histogram buckets of the data series.Float64Stats.Builder
clearMean()
The mean of the series.Float64Stats.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Float64Stats.Builder
clearQuantiles()
Ordered from 0 to k k-quantile values of the data series of n values.Float64Stats.Builder
clearStandardDeviation()
The standard deviation of the series.Float64Stats.Builder
clone()
Float64Stats
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Float64Stats.HistogramBucket
getHistogramBuckets(int index)
Histogram buckets of the data series.Float64Stats.HistogramBucket.Builder
getHistogramBucketsBuilder(int index)
Histogram buckets of the data series.List<Float64Stats.HistogramBucket.Builder>
getHistogramBucketsBuilderList()
Histogram buckets of the data series.int
getHistogramBucketsCount()
Histogram buckets of the data series.List<Float64Stats.HistogramBucket>
getHistogramBucketsList()
Histogram buckets of the data series.Float64Stats.HistogramBucketOrBuilder
getHistogramBucketsOrBuilder(int index)
Histogram buckets of the data series.List<? extends Float64Stats.HistogramBucketOrBuilder>
getHistogramBucketsOrBuilderList()
Histogram buckets of the data series.double
getMean()
The mean of the series.double
getQuantiles(int index)
Ordered from 0 to k k-quantile values of the data series of n values.int
getQuantilesCount()
Ordered from 0 to k k-quantile values of the data series of n values.List<Double>
getQuantilesList()
Ordered from 0 to k k-quantile values of the data series of n values.double
getStandardDeviation()
The standard deviation of the series.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Float64Stats.Builder
mergeFrom(Float64Stats other)
Float64Stats.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Float64Stats.Builder
mergeFrom(com.google.protobuf.Message other)
Float64Stats.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Float64Stats.Builder
removeHistogramBuckets(int index)
Histogram buckets of the data series.Float64Stats.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Float64Stats.Builder
setHistogramBuckets(int index, Float64Stats.HistogramBucket value)
Histogram buckets of the data series.Float64Stats.Builder
setHistogramBuckets(int index, Float64Stats.HistogramBucket.Builder builderForValue)
Histogram buckets of the data series.Float64Stats.Builder
setMean(double value)
The mean of the series.Float64Stats.Builder
setQuantiles(int index, double value)
Ordered from 0 to k k-quantile values of the data series of n values.Float64Stats.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Float64Stats.Builder
setStandardDeviation(double value)
The standard deviation of the series.Float64Stats.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
clear
public Float64Stats.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
getDefaultInstanceForType
public Float64Stats getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Float64Stats build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Float64Stats buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Float64Stats.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
setField
public Float64Stats.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
clearField
public Float64Stats.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
clearOneof
public Float64Stats.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
setRepeatedField
public Float64Stats.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
addRepeatedField
public Float64Stats.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
mergeFrom
public Float64Stats.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Float64Stats.Builder>
-
mergeFrom
public Float64Stats.Builder mergeFrom(Float64Stats other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
mergeFrom
public Float64Stats.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Float64Stats.Builder>
- Throws:
IOException
-
getMean
public double getMean()
The mean of the series.
double mean = 1;
- Specified by:
getMean
in interfaceFloat64StatsOrBuilder
- Returns:
- The mean.
-
setMean
public Float64Stats.Builder setMean(double value)
The mean of the series.
double mean = 1;
- Parameters:
value
- The mean to set.- Returns:
- This builder for chaining.
-
clearMean
public Float64Stats.Builder clearMean()
The mean of the series.
double mean = 1;
- Returns:
- This builder for chaining.
-
getStandardDeviation
public double getStandardDeviation()
The standard deviation of the series.
double standard_deviation = 2;
- Specified by:
getStandardDeviation
in interfaceFloat64StatsOrBuilder
- Returns:
- The standardDeviation.
-
setStandardDeviation
public Float64Stats.Builder setStandardDeviation(double value)
The standard deviation of the series.
double standard_deviation = 2;
- Parameters:
value
- The standardDeviation to set.- Returns:
- This builder for chaining.
-
clearStandardDeviation
public Float64Stats.Builder clearStandardDeviation()
The standard deviation of the series.
double standard_deviation = 2;
- Returns:
- This builder for chaining.
-
getQuantilesList
public List<Double> getQuantilesList()
Ordered from 0 to k k-quantile values of the data series of n values. The value at index i is, approximately, the i*n/k-th smallest value in the series; for i = 0 and i = k these are, respectively, the min and max values.
repeated double quantiles = 3;
- Specified by:
getQuantilesList
in interfaceFloat64StatsOrBuilder
- Returns:
- A list containing the quantiles.
-
getQuantilesCount
public int getQuantilesCount()
Ordered from 0 to k k-quantile values of the data series of n values. The value at index i is, approximately, the i*n/k-th smallest value in the series; for i = 0 and i = k these are, respectively, the min and max values.
repeated double quantiles = 3;
- Specified by:
getQuantilesCount
in interfaceFloat64StatsOrBuilder
- Returns:
- The count of quantiles.
-
getQuantiles
public double getQuantiles(int index)
Ordered from 0 to k k-quantile values of the data series of n values. The value at index i is, approximately, the i*n/k-th smallest value in the series; for i = 0 and i = k these are, respectively, the min and max values.
repeated double quantiles = 3;
- Specified by:
getQuantiles
in interfaceFloat64StatsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The quantiles at the given index.
-
setQuantiles
public Float64Stats.Builder setQuantiles(int index, double value)
Ordered from 0 to k k-quantile values of the data series of n values. The value at index i is, approximately, the i*n/k-th smallest value in the series; for i = 0 and i = k these are, respectively, the min and max values.
repeated double quantiles = 3;
- Parameters:
index
- The index to set the value at.value
- The quantiles to set.- Returns:
- This builder for chaining.
-
addQuantiles
public Float64Stats.Builder addQuantiles(double value)
Ordered from 0 to k k-quantile values of the data series of n values. The value at index i is, approximately, the i*n/k-th smallest value in the series; for i = 0 and i = k these are, respectively, the min and max values.
repeated double quantiles = 3;
- Parameters:
value
- The quantiles to add.- Returns:
- This builder for chaining.
-
addAllQuantiles
public Float64Stats.Builder addAllQuantiles(Iterable<? extends Double> values)
Ordered from 0 to k k-quantile values of the data series of n values. The value at index i is, approximately, the i*n/k-th smallest value in the series; for i = 0 and i = k these are, respectively, the min and max values.
repeated double quantiles = 3;
- Parameters:
values
- The quantiles to add.- Returns:
- This builder for chaining.
-
clearQuantiles
public Float64Stats.Builder clearQuantiles()
Ordered from 0 to k k-quantile values of the data series of n values. The value at index i is, approximately, the i*n/k-th smallest value in the series; for i = 0 and i = k these are, respectively, the min and max values.
repeated double quantiles = 3;
- Returns:
- This builder for chaining.
-
getHistogramBucketsList
public List<Float64Stats.HistogramBucket> getHistogramBucketsList()
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
- Specified by:
getHistogramBucketsList
in interfaceFloat64StatsOrBuilder
-
getHistogramBucketsCount
public int getHistogramBucketsCount()
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
- Specified by:
getHistogramBucketsCount
in interfaceFloat64StatsOrBuilder
-
getHistogramBuckets
public Float64Stats.HistogramBucket getHistogramBuckets(int index)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
- Specified by:
getHistogramBuckets
in interfaceFloat64StatsOrBuilder
-
setHistogramBuckets
public Float64Stats.Builder setHistogramBuckets(int index, Float64Stats.HistogramBucket value)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
setHistogramBuckets
public Float64Stats.Builder setHistogramBuckets(int index, Float64Stats.HistogramBucket.Builder builderForValue)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
addHistogramBuckets
public Float64Stats.Builder addHistogramBuckets(Float64Stats.HistogramBucket value)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
addHistogramBuckets
public Float64Stats.Builder addHistogramBuckets(int index, Float64Stats.HistogramBucket value)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
addHistogramBuckets
public Float64Stats.Builder addHistogramBuckets(Float64Stats.HistogramBucket.Builder builderForValue)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
addHistogramBuckets
public Float64Stats.Builder addHistogramBuckets(int index, Float64Stats.HistogramBucket.Builder builderForValue)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
addAllHistogramBuckets
public Float64Stats.Builder addAllHistogramBuckets(Iterable<? extends Float64Stats.HistogramBucket> values)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
clearHistogramBuckets
public Float64Stats.Builder clearHistogramBuckets()
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
removeHistogramBuckets
public Float64Stats.Builder removeHistogramBuckets(int index)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
getHistogramBucketsBuilder
public Float64Stats.HistogramBucket.Builder getHistogramBucketsBuilder(int index)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
getHistogramBucketsOrBuilder
public Float64Stats.HistogramBucketOrBuilder getHistogramBucketsOrBuilder(int index)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
- Specified by:
getHistogramBucketsOrBuilder
in interfaceFloat64StatsOrBuilder
-
getHistogramBucketsOrBuilderList
public List<? extends Float64Stats.HistogramBucketOrBuilder> getHistogramBucketsOrBuilderList()
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
- Specified by:
getHistogramBucketsOrBuilderList
in interfaceFloat64StatsOrBuilder
-
addHistogramBucketsBuilder
public Float64Stats.HistogramBucket.Builder addHistogramBucketsBuilder()
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
addHistogramBucketsBuilder
public Float64Stats.HistogramBucket.Builder addHistogramBucketsBuilder(int index)
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
getHistogramBucketsBuilderList
public List<Float64Stats.HistogramBucket.Builder> getHistogramBucketsBuilderList()
Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being `"-Infinity"`, and max of the last one being `"Infinity"`.
repeated .google.cloud.automl.v1beta1.Float64Stats.HistogramBucket histogram_buckets = 4;
-
setUnknownFields
public final Float64Stats.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
mergeUnknownFields
public final Float64Stats.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
-