Cloud AutoML V1beta1 Client - Class ArrayStats (1.4.17)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var Google\Cloud\AutoMl\V1beta1\DataStats
Returns
TypeDescription
$this