Interface ArrayStatsOrBuilder (2.3.1)

public interface ArrayStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMemberStats()

public abstract DataStats 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.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Returns
TypeDescription
DataStats

The memberStats.

getMemberStatsOrBuilder()

public abstract DataStatsOrBuilder getMemberStatsOrBuilder()

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.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Returns
TypeDescription
DataStatsOrBuilder

hasMemberStats()

public abstract boolean hasMemberStats()

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.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Returns
TypeDescription
boolean

Whether the memberStats field is set.