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 ClassesModifier and TypeClassDescriptionstatic interfaceThe Learner service provides RPCs for training, prediction, and export.static final classA stub to allow clients to do synchronous rpc calls to service Learner.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Learner.static classBase class for the server implementation of the service Learner.static final classA stub to allow clients to do asynchronous rpc calls to service Learner. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(LearnerGrpc.AsyncService service) static io.grpc.MethodDescriptor<LearnerOuterClass.Empty, LearnerOuterClass.Empty> static io.grpc.MethodDescriptor<LearnerOuterClass.DataPackage, LearnerOuterClass.Prediction> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<LearnerOuterClass.DataPackage, LearnerOuterClass.StatusMessage> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(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 Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
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
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-