Uses of Class
com.google.cloud.recommendationengine.v1beta1.PredictionServiceClient.PredictPage
-
Packages that use PredictionServiceClient.PredictPage Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of PredictionServiceClient.PredictPage in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return PredictionServiceClient.PredictPage Modifier and Type Method Description protected PredictionServiceClient.PredictPage
PredictionServiceClient.PredictPage. createPage(com.google.api.gax.rpc.PageContext<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>> context, PredictResponse response)
Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type PredictionServiceClient.PredictPage Modifier and Type Method Description com.google.api.core.ApiFuture<PredictionServiceClient.PredictPage>
PredictionServiceClient.PredictPage. createPageAsync(com.google.api.gax.rpc.PageContext<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>> context, com.google.api.core.ApiFuture<PredictResponse> futureResponse)
Method parameters in com.google.cloud.recommendationengine.v1beta1 with type arguments of type PredictionServiceClient.PredictPage Modifier and Type Method Description protected PredictionServiceClient.PredictFixedSizeCollection
PredictionServiceClient.PredictFixedSizeCollection. createCollection(List<PredictionServiceClient.PredictPage> pages, int collectionSize)
-