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
-
(::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.
#array_stats=
def array_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::ArrayStats
-
value (::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.
-
(::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.
#category_stats
def category_stats() -> ::Google::Cloud::AutoML::V1beta1::CategoryStats
-
(::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.
#category_stats=
def category_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::CategoryStats
-
value (::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.
-
(::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.
#distinct_value_count
def distinct_value_count() -> ::Integer
- (::Integer) — The number of distinct values.
#distinct_value_count=
def distinct_value_count=(value) -> ::Integer
- value (::Integer) — The number of distinct values.
- (::Integer) — The number of distinct values.
#float64_stats
def float64_stats() -> ::Google::Cloud::AutoML::V1beta1::Float64Stats
-
(::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.
#float64_stats=
def float64_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::Float64Stats
-
value (::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.
-
(::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.
#null_value_count
def null_value_count() -> ::Integer
- (::Integer) — The number of values that are null.
#null_value_count=
def null_value_count=(value) -> ::Integer
- value (::Integer) — The number of values that are null.
- (::Integer) — The number of values that are null.
#string_stats
def string_stats() -> ::Google::Cloud::AutoML::V1beta1::StringStats
-
(::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.
#string_stats=
def string_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::StringStats
-
value (::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.
-
(::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.
#struct_stats
def struct_stats() -> ::Google::Cloud::AutoML::V1beta1::StructStats
-
(::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.
#struct_stats=
def struct_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::StructStats
-
value (::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.
-
(::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.
#timestamp_stats
def timestamp_stats() -> ::Google::Cloud::AutoML::V1beta1::TimestampStats
-
(::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.
#timestamp_stats=
def timestamp_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::TimestampStats
-
value (::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.
-
(::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.
#valid_value_count
def valid_value_count() -> ::Integer
- (::Integer) — The number of values that are valid.
#valid_value_count=
def valid_value_count=(value) -> ::Integer
- value (::Integer) — The number of values that are valid.
- (::Integer) — The number of values that are valid.