Package tensorflow.serving
Class ModelServiceGrpc.ModelServiceImplBase
java.lang.Object
tensorflow.serving.ModelServiceGrpc.ModelServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService,ModelServiceGrpc.AsyncService
- Enclosing class:
ModelServiceGrpc
public abstract static class ModelServiceGrpc.ModelServiceImplBase
extends Object
implements io.grpc.BindableService, ModelServiceGrpc.AsyncService
Base class for the server implementation of the service ModelService.
ModelService provides methods to query and update the state of the server, e.g. which models/versions are being served.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tensorflow.serving.ModelServiceGrpc.AsyncService
getModelStatus, handleReloadConfigRequest
-
Constructor Details
-
ModelServiceImplBase
public ModelServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-