Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::CategoryStats::SingleCategoryStats (v0.6.1)

Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::CategoryStats::SingleCategoryStats.

The statistics of a single CATEGORY value.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#count

def count() -> ::Integer
Returns
  • (::Integer) — The number of occurrences of this value in the series.

#count=

def count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of occurrences of this value in the series.
Returns
  • (::Integer) — The number of occurrences of this value in the series.

#value

def value() -> ::String
Returns
  • (::String) — The CATEGORY value.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — The CATEGORY value.
Returns
  • (::String) — The CATEGORY value.