Package tensorflow.serving
Class ModelServiceGrpc
java.lang.Object
tensorflow.serving.ModelServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.30.0)",
comments="Source: tensorflow_serving/apis/model_service.proto")
public final class ModelServiceGrpc
extends java.lang.Object
ModelService 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
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 Details
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME- See Also:
- Constant Field Values
-
-
Method Details
-
getGetModelStatusMethod
public static io.grpc.MethodDescriptor<GetModelStatus.GetModelStatusRequest,GetModelStatus.GetModelStatusResponse> getGetModelStatusMethod() -
getHandleReloadConfigRequestMethod
public static io.grpc.MethodDescriptor<ModelManagement.ReloadConfigRequest,ModelManagement.ReloadConfigResponse> getHandleReloadConfigRequestMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-