Reference documentation and code samples for the Cloud AutoML V1beta1 Client class StructStats.
The data statistics of a series of STRUCT values.
Generated from protobuf message google.cloud.automl.v1beta1.StructStats
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ field_stats |
array|Google\Protobuf\Internal\MapField
Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs. |
getFieldStats
Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setFieldStats
Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |