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