Reference documentation and code samples for the Cloud AutoML V1beta1 Client class DataStats.
The data statistics of a series of values that share the same DataType.
Generated from protobuf message google.cloud.automl.v1beta1.DataStats
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ float64_stats
↳ string_stats
↳ timestamp_stats
↳ array_stats
↳ struct_stats
↳ category_stats
↳ distinct_value_count
int|string
The number of distinct values.
↳ null_value_count
int|string
The number of values that are null.
↳ valid_value_count
int|string
The number of values that are valid.
getFloat64Stats
The statistics for FLOAT64 DataType.
hasFloat64Stats
setFloat64Stats
The statistics for FLOAT64 DataType.
$this
getStringStats
The statistics for STRING DataType.
hasStringStats
setStringStats
The statistics for STRING DataType.
$this
getTimestampStats
The statistics for TIMESTAMP DataType.
hasTimestampStats
setTimestampStats
The statistics for TIMESTAMP DataType.
$this
getArrayStats
The statistics for ARRAY DataType.
hasArrayStats
setArrayStats
The statistics for ARRAY DataType.
$this
getStructStats
The statistics for STRUCT DataType.
hasStructStats
setStructStats
The statistics for STRUCT DataType.
$this
getCategoryStats
The statistics for CATEGORY DataType.
hasCategoryStats
setCategoryStats
The statistics for CATEGORY DataType.
$this
getDistinctValueCount
The number of distinct values.
int|string
setDistinctValueCount
The number of distinct values.
var
int|string
$this
getNullValueCount
The number of values that are null.
int|string
setNullValueCount
The number of values that are null.
var
int|string
$this
getValidValueCount
The number of values that are valid.
int|string
setValidValueCount
The number of values that are valid.
var
int|string
$this
getStats
string