Uses of Class
com.google.cloud.retail.v2beta.ModelName
-
Packages that use ModelName Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of ModelName in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return ModelName Modifier and Type Method Description ModelName
ModelName.Builder. build()
static ModelName
ModelName. of(String project, String location, String catalog, String model)
static ModelName
ModelName. parse(String formattedString)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type ModelName Modifier and Type Method Description static List<ModelName>
ModelName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.retail.v2beta with parameters of type ModelName Modifier and Type Method Description void
ModelServiceClient. deleteModel(ModelName name)
Deletes an existing model.Model
ModelServiceClient. getModel(ModelName name)
Gets a model.Model
ModelServiceClient. pauseModel(ModelName name)
Pauses the training of an existing model.com.google.api.gax.longrunning.OperationFuture<TuneModelResponse,TuneModelMetadata>
ModelServiceClient. tuneModelAsync(ModelName name)
Tunes an existing model.Method parameters in com.google.cloud.retail.v2beta with type arguments of type ModelName Modifier and Type Method Description static List<String>
ModelName. toStringList(List<ModelName> values)
-