Class: Google::Cloud::AutoML::V1beta1::TimestampStats::GranularStats

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/data_stats.rb

Overview

Stats split by a defined in context granularity.

Defined Under Namespace

Classes: BucketsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#buckets::Google::Protobuf::Map{::Integer => ::Integer}



150
151
152
153
154
155
156
157
158
159
160
161
162
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 150

class GranularStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::Integer]
  # @!attribute [rw] value
  #   @return [::Integer]
  class BucketsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end