Package io.flowcean.learner.grpc
Class LearnerGrpc.LearnerBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<LearnerGrpc.LearnerBlockingStub>
io.grpc.stub.AbstractBlockingStub<LearnerGrpc.LearnerBlockingStub>
io.flowcean.learner.grpc.LearnerGrpc.LearnerBlockingStub
- Enclosing class:
LearnerGrpc
public static final class LearnerGrpc.LearnerBlockingStub
extends io.grpc.stub.AbstractBlockingStub<LearnerGrpc.LearnerBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Learner.
The Learner service provides RPCs for training, prediction, and export.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected LearnerGrpc.LearnerBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) export(LearnerOuterClass.Empty request) predict(LearnerOuterClass.DataPackage request) train(LearnerOuterClass.DataPackage request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected LearnerGrpc.LearnerBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<LearnerGrpc.LearnerBlockingStub>
-
train
-
predict
-
export
-