Class LearnerGrpc.LearnerImplBase

java.lang.Object
io.flowcean.learner.grpc.LearnerGrpc.LearnerImplBase
All Implemented Interfaces:
LearnerGrpc.AsyncService, io.grpc.BindableService
Direct Known Subclasses:
GRPCServerLearner
Enclosing class:
LearnerGrpc

public abstract static class LearnerGrpc.LearnerImplBase extends Object implements io.grpc.BindableService, LearnerGrpc.AsyncService
Base class for the server implementation of the service Learner.
 The Learner service provides RPCs for training, prediction, and export.
 
  • Constructor Details

    • LearnerImplBase

      public LearnerImplBase()
  • Method Details

    • bindService

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