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.
177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 177 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 |