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 Details

    • PredictionServiceImplBase

      public PredictionServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService