Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::StringStats.
The data statistics of a series of STRING values.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#top_unigram_stats
def top_unigram_stats() -> ::Array<::Google::Cloud::AutoML::V1beta1::StringStats::UnigramStats>
Returns
- (::Array<::Google::Cloud::AutoML::V1beta1::StringStats::UnigramStats>) — The statistics of the top 20 unigrams, ordered by count.
#top_unigram_stats=
def top_unigram_stats=(value) -> ::Array<::Google::Cloud::AutoML::V1beta1::StringStats::UnigramStats>
Parameter
- value (::Array<::Google::Cloud::AutoML::V1beta1::StringStats::UnigramStats>) — The statistics of the top 20 unigrams, ordered by count.
Returns
- (::Array<::Google::Cloud::AutoML::V1beta1::StringStats::UnigramStats>) — The statistics of the top 20 unigrams, ordered by count.