Class: Google::Cloud::AutoML::V1beta1::DataStats
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::DataStats
- 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 values that share the same DataType.
Instance Attribute Summary collapse
-
#array_stats ⇒ ::Google::Cloud::AutoML::V1beta1::ArrayStats
The statistics for ARRAY DataType.
-
#category_stats ⇒ ::Google::Cloud::AutoML::V1beta1::CategoryStats
The statistics for CATEGORY DataType.
-
#distinct_value_count ⇒ ::Integer
The number of distinct values.
-
#float64_stats ⇒ ::Google::Cloud::AutoML::V1beta1::Float64Stats
The statistics for FLOAT64 DataType.
-
#null_value_count ⇒ ::Integer
The number of values that are null.
-
#string_stats ⇒ ::Google::Cloud::AutoML::V1beta1::StringStats
The statistics for STRING DataType.
-
#struct_stats ⇒ ::Google::Cloud::AutoML::V1beta1::StructStats
The statistics for STRUCT DataType.
-
#timestamp_stats ⇒ ::Google::Cloud::AutoML::V1beta1::TimestampStats
The statistics for TIMESTAMP DataType.
-
#valid_value_count ⇒ ::Integer
The number of values that are valid.
Instance Attribute Details
#array_stats ⇒ ::Google::Cloud::AutoML::V1beta1::ArrayStats
Returns The statistics for ARRAY DataType.
52 53 54 55 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 52 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#category_stats ⇒ ::Google::Cloud::AutoML::V1beta1::CategoryStats
Returns The statistics for CATEGORY DataType.
52 53 54 55 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 52 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#distinct_value_count ⇒ ::Integer
Returns The number of distinct values.
52 53 54 55 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 52 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#float64_stats ⇒ ::Google::Cloud::AutoML::V1beta1::Float64Stats
Returns The statistics for FLOAT64 DataType.
52 53 54 55 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 52 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#null_value_count ⇒ ::Integer
Returns The number of values that are null.
52 53 54 55 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 52 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#string_stats ⇒ ::Google::Cloud::AutoML::V1beta1::StringStats
Returns The statistics for STRING DataType.
52 53 54 55 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 52 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#struct_stats ⇒ ::Google::Cloud::AutoML::V1beta1::StructStats
Returns The statistics for STRUCT DataType.
52 53 54 55 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 52 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp_stats ⇒ ::Google::Cloud::AutoML::V1beta1::TimestampStats
Returns The statistics for TIMESTAMP DataType.
52 53 54 55 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 52 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |