Package io.flowcean.learner.grpc
Class LearnerGrpc
- java.lang.Object
-
- io.flowcean.learner.grpc.LearnerGrpc
-
@Generated(value="by gRPC proto compiler (version 1.66.0)", comments="Source: src/flowcean/grpc/proto/learner.proto") public final class LearnerGrpc extends Object
The Learner service provides RPCs for training, prediction, and export.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LearnerGrpc.AsyncService
The Learner service provides RPCs for training, prediction, and export.static class
LearnerGrpc.LearnerBlockingStub
A stub to allow clients to do synchronous rpc calls to service Learner.static class
LearnerGrpc.LearnerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Learner.static class
LearnerGrpc.LearnerImplBase
Base class for the server implementation of the service Learner.static class
LearnerGrpc.LearnerStub
A stub to allow clients to do asynchronous rpc calls to service Learner.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(LearnerGrpc.AsyncService service)
static io.grpc.MethodDescriptor<LearnerOuterClass.Empty,LearnerOuterClass.Empty>
getExportMethod()
static io.grpc.MethodDescriptor<LearnerOuterClass.DataPackage,LearnerOuterClass.Prediction>
getPredictMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<LearnerOuterClass.DataPackage,LearnerOuterClass.StatusMessage>
getTrainMethod()
static LearnerGrpc.LearnerBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic LearnerGrpc.LearnerFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LearnerGrpc.LearnerStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTrainMethod
public static io.grpc.MethodDescriptor<LearnerOuterClass.DataPackage,LearnerOuterClass.StatusMessage> getTrainMethod()
-
getPredictMethod
public static io.grpc.MethodDescriptor<LearnerOuterClass.DataPackage,LearnerOuterClass.Prediction> getPredictMethod()
-
getExportMethod
public static io.grpc.MethodDescriptor<LearnerOuterClass.Empty,LearnerOuterClass.Empty> getExportMethod()
-
newStub
public static LearnerGrpc.LearnerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static LearnerGrpc.LearnerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static LearnerGrpc.LearnerFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(LearnerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-