Uses of Class
com.google.cloud.recommendationengine.v1beta1.PredictionServiceClient.PredictPagedResponse
-
Packages that use PredictionServiceClient.PredictPagedResponse Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AIcom.google.cloud.recommendationengine.v1beta1.stub -
-
Uses of PredictionServiceClient.PredictPagedResponse in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return PredictionServiceClient.PredictPagedResponse Modifier and Type Method Description PredictionServiceClient.PredictPagedResponse
PredictionServiceClient. predict(PlacementName name, UserEvent userEvent)
Makes a recommendation prediction.PredictionServiceClient.PredictPagedResponse
PredictionServiceClient. predict(PredictRequest request)
Makes a recommendation prediction.PredictionServiceClient.PredictPagedResponse
PredictionServiceClient. predict(String name, UserEvent userEvent)
Makes a recommendation prediction.Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type PredictionServiceClient.PredictPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<PredictionServiceClient.PredictPagedResponse>
PredictionServiceClient.PredictPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>> context, com.google.api.core.ApiFuture<PredictResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictionServiceClient.PredictPagedResponse>
PredictionServiceClient. predictPagedCallable()
Makes a recommendation prediction.com.google.api.gax.rpc.PagedCallSettings.Builder<PredictRequest,PredictResponse,PredictionServiceClient.PredictPagedResponse>
PredictionServiceSettings.Builder. predictSettings()
Returns the builder for the settings used for calls to predict.com.google.api.gax.rpc.PagedCallSettings<PredictRequest,PredictResponse,PredictionServiceClient.PredictPagedResponse>
PredictionServiceSettings. predictSettings()
Returns the object with the settings used for calls to predict. -
Uses of PredictionServiceClient.PredictPagedResponse in com.google.cloud.recommendationengine.v1beta1.stub
Methods in com.google.cloud.recommendationengine.v1beta1.stub that return types with arguments of type PredictionServiceClient.PredictPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictionServiceClient.PredictPagedResponse>
GrpcPredictionServiceStub. predictPagedCallable()
com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictionServiceClient.PredictPagedResponse>
HttpJsonPredictionServiceStub. predictPagedCallable()
com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictionServiceClient.PredictPagedResponse>
PredictionServiceStub. predictPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<PredictRequest,PredictResponse,PredictionServiceClient.PredictPagedResponse>
PredictionServiceStubSettings.Builder. predictSettings()
Returns the builder for the settings used for calls to predict.com.google.api.gax.rpc.PagedCallSettings<PredictRequest,PredictResponse,PredictionServiceClient.PredictPagedResponse>
PredictionServiceStubSettings. predictSettings()
Returns the object with the settings used for calls to predict.
-