public interface StructStatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsFieldStats(String key)
public abstract boolean containsFieldStats(String key)Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
map<string, .google.cloud.automl.v1beta1.DataStats> field_stats = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getFieldStats() (deprecated)
public abstract Map<String,DataStats> getFieldStats()Use #getFieldStatsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,DataStats> |
|
getFieldStatsCount()
public abstract int getFieldStatsCount()Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
map<string, .google.cloud.automl.v1beta1.DataStats> field_stats = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFieldStatsMap()
public abstract Map<String,DataStats> getFieldStatsMap()Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
map<string, .google.cloud.automl.v1beta1.DataStats> field_stats = 1;
| Returns | |
|---|---|
| Type | Description |
Map<String,DataStats> |
|
getFieldStatsOrDefault(String key, DataStats defaultValue)
public abstract DataStats getFieldStatsOrDefault(String key, DataStats defaultValue)Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
map<string, .google.cloud.automl.v1beta1.DataStats> field_stats = 1;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
DataStats |
| Returns | |
|---|---|
| Type | Description |
DataStats |
|
getFieldStatsOrThrow(String key)
public abstract DataStats getFieldStatsOrThrow(String key)Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
map<string, .google.cloud.automl.v1beta1.DataStats> field_stats = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
DataStats |
|