Class SessionServiceGrpc.SessionServiceBlockingV2Stub

java.lang.Object
io.grpc.stub.AbstractStub<SessionServiceGrpc.SessionServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<SessionServiceGrpc.SessionServiceBlockingV2Stub>
tensorflow.serving.SessionServiceGrpc.SessionServiceBlockingV2Stub
Enclosing class:
SessionServiceGrpc

public static final class SessionServiceGrpc.SessionServiceBlockingV2Stub extends io.grpc.stub.AbstractBlockingStub<SessionServiceGrpc.SessionServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service SessionService.
 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.