Package io.flowcean.learner.grpc
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 Summary
Constructors Constructor Description LearnerImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.flowcean.learner.grpc.LearnerGrpc.AsyncService
export, predict, train
-
-