learner_pb2_grpc
Client and server classes corresponding to protobuf-defined services.
LearnerStub(channel)
Bases: object
The Learner service provides RPCs for training, prediction, and export.
Constructor.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
channel
|
Union[Channel, Channel]
|
A grpc.Channel. |
required |
Source code in src/flowcean/grpc/_generated/learner_pb2_grpc.py
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
|
LearnerServicer
Bases: object
The Learner service provides RPCs for training, prediction, and export.
Train(request, context)
Missing associated documentation comment in .proto file.
Source code in src/flowcean/grpc/_generated/learner_pb2_grpc.py
59 60 61 62 63 |
|
Predict(request, context)
Missing associated documentation comment in .proto file.
Source code in src/flowcean/grpc/_generated/learner_pb2_grpc.py
65 66 67 68 69 |
|
Export(request, context)
Missing associated documentation comment in .proto file.
Source code in src/flowcean/grpc/_generated/learner_pb2_grpc.py
71 72 73 74 75 |
|
LearnerAsyncStub
The Learner service provides RPCs for training, prediction, and export.
Learner
Bases: object
The Learner service provides RPCs for training, prediction, and export.