Uses of Class
com.google.cloud.recommendationengine.v1beta1.PlacementName
-
Packages that use PlacementName Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of PlacementName in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return PlacementName Modifier and Type Method Description PlacementName
PlacementName.Builder. build()
static PlacementName
PlacementName. of(String project, String location, String catalog, String eventStore, String placement)
static PlacementName
PlacementName. parse(String formattedString)
Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type PlacementName Modifier and Type Method Description static List<PlacementName>
PlacementName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type PlacementName Modifier and Type Method Description PredictionServiceClient.PredictPagedResponse
PredictionServiceClient. predict(PlacementName name, UserEvent userEvent)
Makes a recommendation prediction.Method parameters in com.google.cloud.recommendationengine.v1beta1 with type arguments of type PlacementName Modifier and Type Method Description static List<String>
PlacementName. toStringList(List<PlacementName> values)
-