public static interface PredictionServiceGrpc.AsyncService
Service for making recommendation prediction.
| Modifier and Type | Method and Description |
|---|---|
default void |
predict(PredictRequest request,
io.grpc.stub.StreamObserver<PredictResponse> responseObserver)
Makes a recommendation prediction.
|
default void predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)
Makes a recommendation prediction.
Copyright © 2024 Google LLC. All rights reserved.