Uses of Class
com.google.cloud.automl.v1beta1.DataStats
-
Packages that use DataStats Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of DataStats in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return DataStats Modifier and Type Method Description DataStats
DataStats.Builder. build()
DataStats
DataStats.Builder. buildPartial()
DataStats
ColumnSpec.Builder. getDataStats()
Output only.DataStats
ColumnSpec. getDataStats()
Output only.DataStats
ColumnSpecOrBuilder. getDataStats()
Output only.static DataStats
DataStats. getDefaultInstance()
DataStats
DataStats.Builder. getDefaultInstanceForType()
DataStats
DataStats. getDefaultInstanceForType()
DataStats
StructStats.Builder. 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.DataStats
StructStats. 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.DataStats
StructStatsOrBuilder. 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.DataStats
StructStats.Builder. 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.DataStats
StructStats. 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.DataStats
StructStatsOrBuilder. 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.DataStats
ArrayStats.Builder. getMemberStats()
Stats of all the values of all arrays, as if they were a single long series of data.DataStats
ArrayStats. getMemberStats()
Stats of all the values of all arrays, as if they were a single long series of data.DataStats
ArrayStatsOrBuilder. getMemberStats()
Stats of all the values of all arrays, as if they were a single long series of data.static DataStats
DataStats. parseDelimitedFrom(InputStream input)
static DataStats
DataStats. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataStats
DataStats. parseFrom(byte[] data)
static DataStats
DataStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataStats
DataStats. parseFrom(com.google.protobuf.ByteString data)
static DataStats
DataStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataStats
DataStats. parseFrom(com.google.protobuf.CodedInputStream input)
static DataStats
DataStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataStats
DataStats. parseFrom(InputStream input)
static DataStats
DataStats. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataStats
DataStats. parseFrom(ByteBuffer data)
static DataStats
DataStats. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type DataStats Modifier and Type Method Description Map<String,DataStats>
StructStats.Builder. getFieldStats()
Deprecated.Map<String,DataStats>
StructStats. getFieldStats()
Deprecated.Map<String,DataStats>
StructStatsOrBuilder. getFieldStats()
Deprecated.Map<String,DataStats>
StructStats.Builder. 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,DataStats>
StructStats. 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,DataStats>
StructStatsOrBuilder. 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,DataStats>
StructStats.Builder. getMutableFieldStats()
Deprecated.com.google.protobuf.Parser<DataStats>
DataStats. getParserForType()
static com.google.protobuf.Parser<DataStats>
DataStats. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type DataStats Modifier and Type Method Description DataStats
StructStats.Builder. 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.DataStats
StructStats. 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.DataStats
StructStatsOrBuilder. 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.ColumnSpec.Builder
ColumnSpec.Builder. mergeDataStats(DataStats value)
Output only.DataStats.Builder
DataStats.Builder. mergeFrom(DataStats other)
ArrayStats.Builder
ArrayStats.Builder. mergeMemberStats(DataStats value)
Stats of all the values of all arrays, as if they were a single long series of data.static DataStats.Builder
DataStats. newBuilder(DataStats prototype)
StructStats.Builder
StructStats.Builder. putFieldStats(String key, DataStats value)
Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.ColumnSpec.Builder
ColumnSpec.Builder. setDataStats(DataStats value)
Output only.ArrayStats.Builder
ArrayStats.Builder. setMemberStats(DataStats value)
Stats of all the values of all arrays, as if they were a single long series of data.Method parameters in com.google.cloud.automl.v1beta1 with type arguments of type DataStats Modifier and Type Method Description StructStats.Builder
StructStats.Builder. putAllFieldStats(Map<String,DataStats> values)
Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
-