Class DataStats (2.4.2)

DataStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The data statistics of a series of values that share the same DataType.

Attributes

NameDescription
float64_stats google.cloud.automl_v1beta1.types.Float64Stats
The statistics for FLOAT64 DataType.
string_stats google.cloud.automl_v1beta1.types.StringStats
The statistics for STRING DataType.
timestamp_stats google.cloud.automl_v1beta1.types.TimestampStats
The statistics for TIMESTAMP DataType.
array_stats google.cloud.automl_v1beta1.types.ArrayStats
The statistics for ARRAY DataType.
struct_stats google.cloud.automl_v1beta1.types.StructStats
The statistics for STRUCT DataType.
category_stats google.cloud.automl_v1beta1.types.CategoryStats
The statistics for CATEGORY DataType.
distinct_value_count int
The number of distinct values.
null_value_count int
The number of values that are null.
valid_value_count int
The number of values that are valid.