Reference documentation and code samples for the Cloud AutoML V1beta1 Client class HistogramBucket.
A bucket of a histogram.
Generated from protobuf message google.cloud.automl.v1beta1.Float64Stats.HistogramBucket
Namespace
Google \ Cloud \ AutoMl \ V1beta1 \ Float64StatsMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ min
float
The minimum value of the bucket, inclusive.
↳ max
float
The maximum value of the bucket, exclusive unless max = "Infinity"
, in which case it's inclusive.
↳ count
int|string
The number of data values that are in the bucket, i.e. are between min and max values.
getMin
The minimum value of the bucket, inclusive.
float
setMin
The minimum value of the bucket, inclusive.
var
float
$this
getMax
The maximum value of the bucket, exclusive unless max = "Infinity"
, in
which case it's inclusive.
float
setMax
The maximum value of the bucket, exclusive unless max = "Infinity"
, in
which case it's inclusive.
var
float
$this
getCount
The number of data values that are in the bucket, i.e. are between min and max values.
int|string
setCount
The number of data values that are in the bucket, i.e. are between min and max values.
var
int|string
$this