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 interfaceLearnerGrpc.AsyncServiceThe Learner service provides RPCs for training, prediction, and export.static classLearnerGrpc.LearnerBlockingStubA stub to allow clients to do synchronous rpc calls to service Learner.static classLearnerGrpc.LearnerFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Learner.static classLearnerGrpc.LearnerImplBaseBase class for the server implementation of the service Learner.static classLearnerGrpc.LearnerStubA stub to allow clients to do asynchronous rpc calls to service Learner.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(LearnerGrpc.AsyncService service)static io.grpc.MethodDescriptor<LearnerOuterClass.Empty,LearnerOuterClass.Empty>getExportMethod()static io.grpc.MethodDescriptor<LearnerOuterClass.DataPackage,LearnerOuterClass.Prediction>getPredictMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<LearnerOuterClass.DataPackage,LearnerOuterClass.StatusMessage>getTrainMethod()static LearnerGrpc.LearnerBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic LearnerGrpc.LearnerFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LearnerGrpc.LearnerStubnewStub(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()
-
-