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/grpc/_generated/learner_pb2_grpc.py
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
|
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/grpc/_generated/learner_pb2_grpc.py
57 58 59 60 61 |
|
Predict(request, context)
Missing associated documentation comment in .proto file.
Source code in src/flowcean/grpc/_generated/learner_pb2_grpc.py
63 64 65 66 67 |
|
Export(request, context)
Missing associated documentation comment in .proto file.
Source code in src/flowcean/grpc/_generated/learner_pb2_grpc.py
69 70 71 72 73 |
|
Learner
Bases: object
Missing associated documentation comment in .proto file.