Uses of Class
com.google.cloud.automl.v1beta1.TableSpecName
-
Packages that use TableSpecName Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of TableSpecName in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return TableSpecName Modifier and Type Method Description TableSpecNameTableSpecName.Builder. build()static TableSpecNameTableSpecName. of(String project, String location, String dataset, String tableSpec)static TableSpecNameTableSpecName. parse(String formattedString)Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type TableSpecName Modifier and Type Method Description static List<TableSpecName>TableSpecName. parseList(List<String> formattedStrings)Methods in com.google.cloud.automl.v1beta1 with parameters of type TableSpecName Modifier and Type Method Description TableSpecAutoMlClient. getTableSpec(TableSpecName name)Gets a table spec.AutoMlClient.ListColumnSpecsPagedResponseAutoMlClient. listColumnSpecs(TableSpecName parent)Lists column specs in a table spec.Method parameters in com.google.cloud.automl.v1beta1 with type arguments of type TableSpecName Modifier and Type Method Description static List<String>TableSpecName. toStringList(List<TableSpecName> values)
-