Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::DataStats.
The data statistics of a series of values that share the same DataType.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#array_stats
def array_stats() -> ::Google::Cloud::AutoML::V1beta1::ArrayStats
Returns
- (::Google::Cloud::AutoML::V1beta1::ArrayStats) — The statistics for ARRAY DataType.
#array_stats=
def array_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::ArrayStats
Parameter
- value (::Google::Cloud::AutoML::V1beta1::ArrayStats) — The statistics for ARRAY DataType.
Returns
- (::Google::Cloud::AutoML::V1beta1::ArrayStats) — The statistics for ARRAY DataType.
#category_stats
def category_stats() -> ::Google::Cloud::AutoML::V1beta1::CategoryStats
Returns
- (::Google::Cloud::AutoML::V1beta1::CategoryStats) — The statistics for CATEGORY DataType.
#category_stats=
def category_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::CategoryStats
Parameter
- value (::Google::Cloud::AutoML::V1beta1::CategoryStats) — The statistics for CATEGORY DataType.
Returns
- (::Google::Cloud::AutoML::V1beta1::CategoryStats) — The statistics for CATEGORY DataType.
#distinct_value_count
def distinct_value_count() -> ::Integer
Returns
- (::Integer) — The number of distinct values.
#distinct_value_count=
def distinct_value_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of distinct values.
Returns
- (::Integer) — The number of distinct values.
#float64_stats
def float64_stats() -> ::Google::Cloud::AutoML::V1beta1::Float64Stats
Returns
- (::Google::Cloud::AutoML::V1beta1::Float64Stats) — The statistics for FLOAT64 DataType.
#float64_stats=
def float64_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::Float64Stats
Parameter
- value (::Google::Cloud::AutoML::V1beta1::Float64Stats) — The statistics for FLOAT64 DataType.
Returns
- (::Google::Cloud::AutoML::V1beta1::Float64Stats) — The statistics for FLOAT64 DataType.
#null_value_count
def null_value_count() -> ::Integer
Returns
- (::Integer) — The number of values that are null.
#null_value_count=
def null_value_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of values that are null.
Returns
- (::Integer) — The number of values that are null.
#string_stats
def string_stats() -> ::Google::Cloud::AutoML::V1beta1::StringStats
Returns
- (::Google::Cloud::AutoML::V1beta1::StringStats) — The statistics for STRING DataType.
#string_stats=
def string_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::StringStats
Parameter
- value (::Google::Cloud::AutoML::V1beta1::StringStats) — The statistics for STRING DataType.
Returns
- (::Google::Cloud::AutoML::V1beta1::StringStats) — The statistics for STRING DataType.
#struct_stats
def struct_stats() -> ::Google::Cloud::AutoML::V1beta1::StructStats
Returns
- (::Google::Cloud::AutoML::V1beta1::StructStats) — The statistics for STRUCT DataType.
#struct_stats=
def struct_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::StructStats
Parameter
- value (::Google::Cloud::AutoML::V1beta1::StructStats) — The statistics for STRUCT DataType.
Returns
- (::Google::Cloud::AutoML::V1beta1::StructStats) — The statistics for STRUCT DataType.
#timestamp_stats
def timestamp_stats() -> ::Google::Cloud::AutoML::V1beta1::TimestampStats
Returns
- (::Google::Cloud::AutoML::V1beta1::TimestampStats) — The statistics for TIMESTAMP DataType.
#timestamp_stats=
def timestamp_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::TimestampStats
Parameter
- value (::Google::Cloud::AutoML::V1beta1::TimestampStats) — The statistics for TIMESTAMP DataType.
Returns
- (::Google::Cloud::AutoML::V1beta1::TimestampStats) — The statistics for TIMESTAMP DataType.
#valid_value_count
def valid_value_count() -> ::Integer
Returns
- (::Integer) — The number of values that are valid.
#valid_value_count=
def valid_value_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of values that are valid.
Returns
- (::Integer) — The number of values that are valid.