Class: Google::Cloud::AutoML::V1beta1::StructStats
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::StructStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/data_stats.rb
Overview
The data statistics of a series of STRUCT values.
Defined Under Namespace
Classes: FieldStatsEntry
Instance Attribute Summary collapse
-
#field_stats ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::AutoML::V1beta1::DataStats}
Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
Instance Attribute Details
#field_stats ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::AutoML::V1beta1::DataStats}
Returns Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
189 190 191 192 193 194 195 196 197 198 199 200 201 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 189 class StructStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::AutoML::V1beta1::DataStats] class FieldStatsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |