public interface ArrayStatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the memberStats field is set. |