Package tensorflow.serving
Interface SessionServiceGrpc.AsyncService
- All Known Implementing Classes:
SessionServiceGrpc.SessionServiceImplBase
- Enclosing class:
SessionServiceGrpc
public static interface SessionServiceGrpc.AsyncService
SessionService defines a service with which a client can interact to execute Tensorflow model inference. The SessionService::SessionRun method is similar to MasterService::RunStep of Tensorflow, except that all sessions are ready to run, and you request a specific model/session with ModelSpec.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsessionRun(SessionServiceOuterClass.SessionRunRequest request, io.grpc.stub.StreamObserver<SessionServiceOuterClass.SessionRunResponse> responseObserver) Runs inference of a given model.
-
Method Details
-
sessionRun
default void sessionRun(SessionServiceOuterClass.SessionRunRequest request, io.grpc.stub.StreamObserver<SessionServiceOuterClass.SessionRunResponse> responseObserver) Runs inference of a given model.
-