public static final class PredictionServiceGrpc.PredictionServiceStub extends io.grpc.stub.AbstractAsyncStub<PredictionServiceGrpc.PredictionServiceStub>
Service for making recommendation prediction.
| Modifier and Type | Method and Description |
|---|---|
protected PredictionServiceGrpc.PredictionServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
predict(PredictRequest request,
io.grpc.stub.StreamObserver<PredictResponse> responseObserver)
Makes a recommendation prediction.
|
protected PredictionServiceGrpc.PredictionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<PredictionServiceGrpc.PredictionServiceStub>public void predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)
Makes a recommendation prediction.
Copyright © 2022 Google LLC. All rights reserved.