Uses of Interface
com.google.cloud.automl.v1beta1.DataStatsOrBuilder
-
Packages that use DataStatsOrBuilder Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of DataStatsOrBuilder in com.google.cloud.automl.v1beta1
Classes in com.google.cloud.automl.v1beta1 that implement DataStatsOrBuilder Modifier and Type Class Description class
DataStats
The data statistics of a series of values that share the same DataType.static class
DataStats.Builder
The data statistics of a series of values that share the same DataType.Methods in com.google.cloud.automl.v1beta1 that return DataStatsOrBuilder Modifier and Type Method Description DataStatsOrBuilder
ColumnSpec.Builder. getDataStatsOrBuilder()
Output only.DataStatsOrBuilder
ColumnSpec. getDataStatsOrBuilder()
Output only.DataStatsOrBuilder
ColumnSpecOrBuilder. getDataStatsOrBuilder()
Output only.DataStatsOrBuilder
ArrayStats.Builder. getMemberStatsOrBuilder()
Stats of all the values of all arrays, as if they were a single long series of data.DataStatsOrBuilder
ArrayStats. getMemberStatsOrBuilder()
Stats of all the values of all arrays, as if they were a single long series of data.DataStatsOrBuilder
ArrayStatsOrBuilder. getMemberStatsOrBuilder()
Stats of all the values of all arrays, as if they were a single long series of data.
-