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 TableSpecName
TableSpecName.Builder. build()
static TableSpecName
TableSpecName. of(String project, String location, String dataset, String tableSpec)
static TableSpecName
TableSpecName. 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 TableSpec
AutoMlClient. getTableSpec(TableSpecName name)
Gets a table spec.AutoMlClient.ListColumnSpecsPagedResponse
AutoMlClient. 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)
-