Package tensorflow.serving
Class PredictionServiceGrpc.PredictionServiceImplBase
java.lang.Object
tensorflow.serving.PredictionServiceGrpc.PredictionServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService,PredictionServiceGrpc.AsyncService
- Enclosing class:
PredictionServiceGrpc
public abstract static class PredictionServiceGrpc.PredictionServiceImplBase
extends Object
implements io.grpc.BindableService, PredictionServiceGrpc.AsyncService
Base class for the server implementation of the service PredictionService.
open source marker; do not remove PredictionService provides access to machine-learned models loaded by model_servers.
-
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.PredictionServiceGrpc.AsyncService
classify, getModelMetadata, multiInference, predict, regress
-
Constructor Details
-
PredictionServiceImplBase
public PredictionServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-