Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::Float64Stats::HistogramBucket.
A bucket of a histogram.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
Returns
- (::Integer) — The number of data values that are in the bucket, i.e. are between min and max values.
#count=
def count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of data values that are in the bucket, i.e. are between min and max values.
Returns
- (::Integer) — The number of data values that are in the bucket, i.e. are between min and max values.
#max
def max() -> ::Float
Returns
-
(::Float) — The maximum value of the bucket, exclusive unless max =
"Infinity"
, in which case it's inclusive.
#max=
def max=(value) -> ::Float
Parameter
-
value (::Float) — The maximum value of the bucket, exclusive unless max =
"Infinity"
, in which case it's inclusive.
Returns
-
(::Float) — The maximum value of the bucket, exclusive unless max =
"Infinity"
, in which case it's inclusive.
#min
def min() -> ::Float
Returns
- (::Float) — The minimum value of the bucket, inclusive.
#min=
def min=(value) -> ::Float
Parameter
- value (::Float) — The minimum value of the bucket, inclusive.
Returns
- (::Float) — The minimum value of the bucket, inclusive.