Uses of Class
com.google.cloud.automl.v1beta1.LocationName
-
Packages that use LocationName Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of LocationName in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return LocationName Modifier and Type Method Description LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. parse(String formattedString)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>
LocationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.automl.v1beta1 with parameters of type LocationName Modifier and Type Method Description Dataset
AutoMlClient. createDataset(LocationName parent, Dataset dataset)
Creates a dataset.com.google.api.gax.longrunning.OperationFuture<Model,OperationMetadata>
AutoMlClient. createModelAsync(LocationName parent, Model model)
Creates a model.AutoMlClient.ListDatasetsPagedResponse
AutoMlClient. listDatasets(LocationName parent)
Lists datasets in a project.AutoMlClient.ListModelsPagedResponse
AutoMlClient. listModels(LocationName parent)
Lists models.Method parameters in com.google.cloud.automl.v1beta1 with type arguments of type LocationName Modifier and Type Method Description static List<String>
LocationName. toStringList(List<LocationName> values)
-