Uses of Class
com.google.cloud.retail.v2alpha.ModelName
-
Packages that use ModelName Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of ModelName in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return ModelName Modifier and Type Method Description ModelNameModelName.Builder. build()static ModelNameModelName. of(String project, String location, String catalog, String model)static ModelNameModelName. parse(String formattedString)Methods in com.google.cloud.retail.v2alpha 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.v2alpha with parameters of type ModelName Modifier and Type Method Description voidModelServiceClient. deleteModel(ModelName name)Deletes an existing model.ModelModelServiceClient. getModel(ModelName name)Gets a model.ModelModelServiceClient. 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.v2alpha with type arguments of type ModelName Modifier and Type Method Description static List<String>ModelName. toStringList(List<ModelName> values)
-