nvflare.edge.web.service.edge_api_pb2_grpc module
Client and server classes corresponding to protobuf-defined services.
-
class EdgeApi[source]
Bases: object
Interface exported by the server.
-
static Query(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
-
class EdgeApiServicer[source]
Bases: object
Interface exported by the server.
-
Query(request, context)[source]
Missing associated documentation comment in .proto file.
-
class EdgeApiStub(channel)[source]
Bases: object
Interface exported by the server.
Constructor.
- Parameters:
channel – A grpc.Channel.
-
add_EdgeApiServicer_to_server(servicer, server)[source]