@Generated(value="by gRPC proto compiler (version 1.23.0)",
comments="Source: tensorflow_serving/apis/session_service.proto")
public final class SessionServiceGrpc
extends java.lang.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.
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionServiceGrpc.SessionServiceBlockingStub
SessionService defines a service with which a client can interact to execute
Tensorflow model inference.
|
static class |
SessionServiceGrpc.SessionServiceFutureStub
SessionService defines a service with which a client can interact to execute
Tensorflow model inference.
|
static class |
SessionServiceGrpc.SessionServiceImplBase
SessionService defines a service with which a client can interact to execute
Tensorflow model inference.
|
static class |
SessionServiceGrpc.SessionServiceStub
SessionService defines a service with which a client can interact to execute
Tensorflow model inference.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SessionServiceOuterClass.SessionRunRequest,SessionServiceOuterClass.SessionRunResponse> |
getSessionRunMethod() |
static SessionServiceGrpc.SessionServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SessionServiceGrpc.SessionServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SessionServiceGrpc.SessionServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<SessionServiceOuterClass.SessionRunRequest,SessionServiceOuterClass.SessionRunResponse> getSessionRunMethod()
public static SessionServiceGrpc.SessionServiceStub newStub(io.grpc.Channel channel)
public static SessionServiceGrpc.SessionServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SessionServiceGrpc.SessionServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()