learner_pb2_grpc
Client and server classes corresponding to protobuf-defined services.
LearnerStub(channel)
Bases: object
Missing associated documentation comment in .proto file.
Constructor.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
channel
|
Union[Channel, Channel]
|
A grpc.Channel. |
required |
Source code in src/flowcean/learners/grpc/_generated/learner_pb2_grpc.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|
LearnerServicer
Bases: object
Missing associated documentation comment in .proto file.
Train(request, context)
Missing associated documentation comment in .proto file.
Source code in src/flowcean/learners/grpc/_generated/learner_pb2_grpc.py
37 38 39 40 41 |
|
Predict(request, context)
Missing associated documentation comment in .proto file.
Source code in src/flowcean/learners/grpc/_generated/learner_pb2_grpc.py
43 44 45 46 47 |
|
Export(request, context)
Missing associated documentation comment in .proto file.
Source code in src/flowcean/learners/grpc/_generated/learner_pb2_grpc.py
49 50 51 52 53 |
|
Learner
Bases: object
Missing associated documentation comment in .proto file.