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;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getFieldStats()
public abstract Map<String,DataStats> getFieldStats()Use #getFieldStatsMap() instead.
| 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;
| 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;
| 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;
| Name | Description |
| key | String |
| defaultValue | DataStats |
| 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;
| Name | Description |
| key | String |
| Type | Description |
| DataStats |