Class: Google::Cloud::AutoML::V1beta1::CategoryStats::SingleCategoryStats

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

Overview

The statistics of a single CATEGORY value.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Returns The number of occurrences of this value in the series.

Returns:

  • (Integer)

    The number of occurrences of this value in the series.



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

class SingleCategoryStats; end

#valueString

Returns The CATEGORY value.

Returns:

  • (String)

    The CATEGORY value.



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

class SingleCategoryStats; end