Package tensorflow.serving
Class ModelServiceGrpc
- java.lang.Object
-
- tensorflow.serving.ModelServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.26.0)", comments="Source: tensorflow_serving/apis/model_service.proto") public final class ModelServiceGrpc extends java.lang.ObjectModelService provides methods to query and update the state of the server, e.g. which models/versions are being served.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelServiceGrpc.ModelServiceBlockingStubModelService provides methods to query and update the state of the server, e.g.static classModelServiceGrpc.ModelServiceFutureStubModelService provides methods to query and update the state of the server, e.g.static classModelServiceGrpc.ModelServiceImplBaseModelService provides methods to query and update the state of the server, e.g.static classModelServiceGrpc.ModelServiceStubModelService provides methods to query and update the state of the server, e.g.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<GetModelStatus.GetModelStatusRequest,GetModelStatus.GetModelStatusResponse>getGetModelStatusMethod()static io.grpc.MethodDescriptor<ModelManagement.ReloadConfigRequest,ModelManagement.ReloadConfigResponse>getHandleReloadConfigRequestMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static ModelServiceGrpc.ModelServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ModelServiceGrpc.ModelServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ModelServiceGrpc.ModelServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetModelStatusMethod
public static io.grpc.MethodDescriptor<GetModelStatus.GetModelStatusRequest,GetModelStatus.GetModelStatusResponse> getGetModelStatusMethod()
-
getHandleReloadConfigRequestMethod
public static io.grpc.MethodDescriptor<ModelManagement.ReloadConfigRequest,ModelManagement.ReloadConfigResponse> getHandleReloadConfigRequestMethod()
-
newStub
public static ModelServiceGrpc.ModelServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ModelServiceGrpc.ModelServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ModelServiceGrpc.ModelServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-