Class SessionServiceGrpc

java.lang.Object
tensorflow.serving.SessionServiceGrpc

public final class SessionServiceGrpc extends Object
 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.