Class ArrayStats (2.8.2)

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

The data statistics of a series of ARRAY values.

Attribute

NameDescription
member_stats google.cloud.automl_v1beta1.types.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.

Inheritance

builtins.object > proto.message.Message > ArrayStats