Class: Google::Cloud::AutoML::V1beta1::CategoryStats::SingleCategoryStats
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::CategoryStats::SingleCategoryStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/data_stats.rb
Overview
The statistics of a single CATEGORY value.
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
The number of occurrences of this value in the series.
-
#value ⇒ ::String
The CATEGORY value.
Instance Attribute Details
#count ⇒ ::Integer
Returns The number of occurrences of this value in the series.
208 209 210 211 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 208 class SingleCategoryStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns The CATEGORY value.
208 209 210 211 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 208 class SingleCategoryStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |