Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::StructStats.
The data statistics of a series of STRUCT values.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field_stats
def field_stats() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::AutoML::V1beta1::DataStats}
Returns
- (::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.
#field_stats=
def field_stats=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::AutoML::V1beta1::DataStats}
Parameter
- value (::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.
Returns
- (::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.