Class: Google::Cloud::AutoML::V1beta1::DataStats

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#array_stats::Google::Cloud::AutoML::V1beta1::ArrayStats

Returns The statistics for ARRAY DataType.

Note: The following fields are mutually exclusive: array_stats, float64_stats, string_stats, timestamp_stats, struct_stats, category_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AutoML::V1beta1::ArrayStats)

    The statistics for ARRAY DataType.

    Note: The following fields are mutually exclusive: array_stats, float64_stats, string_stats, timestamp_stats, struct_stats, category_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.



64
65
66
67
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 64

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.

Note: The following fields are mutually exclusive: category_stats, float64_stats, string_stats, timestamp_stats, array_stats, struct_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AutoML::V1beta1::CategoryStats)

    The statistics for CATEGORY DataType.

    Note: The following fields are mutually exclusive: category_stats, float64_stats, string_stats, timestamp_stats, array_stats, struct_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.



64
65
66
67
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 64

class DataStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#distinct_value_count::Integer

Returns The number of distinct values.

Returns:

  • (::Integer)

    The number of distinct values.



64
65
66
67
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 64

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.

Note: The following fields are mutually exclusive: float64_stats, string_stats, timestamp_stats, array_stats, struct_stats, category_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AutoML::V1beta1::Float64Stats)

    The statistics for FLOAT64 DataType.

    Note: The following fields are mutually exclusive: float64_stats, string_stats, timestamp_stats, array_stats, struct_stats, category_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.



64
65
66
67
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 64

class DataStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#null_value_count::Integer

Returns The number of values that are null.

Returns:

  • (::Integer)

    The number of values that are null.



64
65
66
67
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 64

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.

Note: The following fields are mutually exclusive: string_stats, float64_stats, timestamp_stats, array_stats, struct_stats, category_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AutoML::V1beta1::StringStats)

    The statistics for STRING DataType.

    Note: The following fields are mutually exclusive: string_stats, float64_stats, timestamp_stats, array_stats, struct_stats, category_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.



64
65
66
67
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 64

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.

Note: The following fields are mutually exclusive: struct_stats, float64_stats, string_stats, timestamp_stats, array_stats, category_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AutoML::V1beta1::StructStats)

    The statistics for STRUCT DataType.

    Note: The following fields are mutually exclusive: struct_stats, float64_stats, string_stats, timestamp_stats, array_stats, category_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.



64
65
66
67
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 64

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.

Note: The following fields are mutually exclusive: timestamp_stats, float64_stats, string_stats, array_stats, struct_stats, category_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AutoML::V1beta1::TimestampStats)

    The statistics for TIMESTAMP DataType.

    Note: The following fields are mutually exclusive: timestamp_stats, float64_stats, string_stats, array_stats, struct_stats, category_stats. If a field in that set is populated, all other fields in the set will automatically be cleared.



64
65
66
67
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 64

class DataStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#valid_value_count::Integer

Returns The number of values that are valid.

Returns:

  • (::Integer)

    The number of values that are valid.



64
65
66
67
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 64

class DataStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end