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.BuilderaddAllHistogramBuckets(Iterable<? extends Float64Stats.HistogramBucket> values)Histogram buckets of the data series.Float64Stats.BuilderaddAllQuantiles(Iterable<? extends Double> values)Ordered from 0 to k k-quantile values of the data series of n values.Float64Stats.BuilderaddHistogramBuckets(int index, Float64Stats.HistogramBucket value)Histogram buckets of the data series.Float64Stats.BuilderaddHistogramBuckets(int index, Float64Stats.HistogramBucket.Builder builderForValue)Histogram buckets of the data series.Float64Stats.BuilderaddHistogramBuckets(Float64Stats.HistogramBucket value)Histogram buckets of the data series.Float64Stats.BuilderaddHistogramBuckets(Float64Stats.HistogramBucket.Builder builderForValue)Histogram buckets of the data series.Float64Stats.HistogramBucket.BuilderaddHistogramBucketsBuilder()Histogram buckets of the data series.Float64Stats.HistogramBucket.BuilderaddHistogramBucketsBuilder(int index)Histogram buckets of the data series.Float64Stats.BuilderaddQuantiles(double value)Ordered from 0 to k k-quantile values of the data series of n values.Float64Stats.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Float64Statsbuild()Float64StatsbuildPartial()Float64Stats.Builderclear()Float64Stats.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Float64Stats.BuilderclearHistogramBuckets()Histogram buckets of the data series.Float64Stats.BuilderclearMean()The mean of the series.Float64Stats.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Float64Stats.BuilderclearQuantiles()Ordered from 0 to k k-quantile values of the data series of n values.Float64Stats.BuilderclearStandardDeviation()The standard deviation of the series.Float64Stats.Builderclone()Float64StatsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Float64Stats.HistogramBucketgetHistogramBuckets(int index)Histogram buckets of the data series.Float64Stats.HistogramBucket.BuildergetHistogramBucketsBuilder(int index)Histogram buckets of the data series.List<Float64Stats.HistogramBucket.Builder>getHistogramBucketsBuilderList()Histogram buckets of the data series.intgetHistogramBucketsCount()Histogram buckets of the data series.List<Float64Stats.HistogramBucket>getHistogramBucketsList()Histogram buckets of the data series.Float64Stats.HistogramBucketOrBuildergetHistogramBucketsOrBuilder(int index)Histogram buckets of the data series.List<? extends Float64Stats.HistogramBucketOrBuilder>getHistogramBucketsOrBuilderList()Histogram buckets of the data series.doublegetMean()The mean of the series.doublegetQuantiles(int index)Ordered from 0 to k k-quantile values of the data series of n values.intgetQuantilesCount()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.doublegetStandardDeviation()The standard deviation of the series.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Float64Stats.BuildermergeFrom(Float64Stats other)Float64Stats.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Float64Stats.BuildermergeFrom(com.google.protobuf.Message other)Float64Stats.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Float64Stats.BuilderremoveHistogramBuckets(int index)Histogram buckets of the data series.Float64Stats.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Float64Stats.BuildersetHistogramBuckets(int index, Float64Stats.HistogramBucket value)Histogram buckets of the data series.Float64Stats.BuildersetHistogramBuckets(int index, Float64Stats.HistogramBucket.Builder builderForValue)Histogram buckets of the data series.Float64Stats.BuildersetMean(double value)The mean of the series.Float64Stats.BuildersetQuantiles(int index, double value)Ordered from 0 to k k-quantile values of the data series of n values.Float64Stats.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Float64Stats.BuildersetStandardDeviation(double value)The standard deviation of the series.Float64Stats.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
clear
public Float64Stats.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
getDefaultInstanceForType
public Float64Stats getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Float64Stats build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Float64Stats buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Float64Stats.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
setField
public Float64Stats.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
clearField
public Float64Stats.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
clearOneof
public Float64Stats.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
setRepeatedField
public Float64Stats.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
addRepeatedField
public Float64Stats.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
mergeFrom
public Float64Stats.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Float64Stats.Builder>
-
mergeFrom
public Float64Stats.Builder mergeFrom(Float64Stats other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Float64Stats.Builder>- Throws:
IOException
-
getMean
public double getMean()
The mean of the series.
double mean = 1;- Specified by:
getMeanin 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:
getStandardDeviationin 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:
getQuantilesListin 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:
getQuantilesCountin 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:
getQuantilesin 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:
getHistogramBucketsListin 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:
getHistogramBucketsCountin 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:
getHistogramBucketsin 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:
getHistogramBucketsOrBuilderin 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:
getHistogramBucketsOrBuilderListin 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:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
mergeUnknownFields
public final Float64Stats.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Float64Stats.Builder>
-
-