Class 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 Detail

      • LearnerImplBase

        public LearnerImplBase()
    • Method Detail

      • bindService

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