Class: Google::Cloud::AutoML::V1beta1::Float64Stats::HistogramBucket

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_stats.rb

Overview

A bucket of a histogram.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Returns 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.



83
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_stats.rb', line 83

class HistogramBucket; end

#maxFloat

Returns 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.



83
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_stats.rb', line 83

class HistogramBucket; end

#minFloat

Returns The minimum value of the bucket, inclusive.

Returns:

  • (Float)

    The minimum value of the bucket, inclusive.



83
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_stats.rb', line 83

class HistogramBucket; end