Reference documentation and code samples for the Cloud AutoML V1beta1 Client class ArrayStats.
The data statistics of a series of ARRAY values.
Generated from protobuf message google.cloud.automl.v1beta1.ArrayStats
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ member_stats |
Google\Cloud\AutoMl\V1beta1\DataStats
Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array. |
getMemberStats
Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\AutoMl\V1beta1\DataStats|null |
|
hasMemberStats
clearMemberStats
setMemberStats
Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\AutoMl\V1beta1\DataStats
|
| Returns | |
|---|---|
| Type | Description |
$this |
|