Class: Google::Cloud::AutoML::V1beta1::ArrayStats
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ArrayStats
- 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 ARRAY values.
Instance Attribute Summary collapse
-
#member_stats ⇒ ::Google::Cloud::AutoML::V1beta1::DataStats
Stats of all the values of all arrays, as if they were a single long series of data.
Instance Attribute Details
#member_stats ⇒ ::Google::Cloud::AutoML::V1beta1::DataStats
Returns Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.
167 168 169 170 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 167 class ArrayStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |