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.

Returns:



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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:



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.

Returns:



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

#valid_value_count::Integer

Returns The number of values that are valid.

Returns:

  • (::Integer)

    The number of values that are valid.



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