nvflare.private.fed.protos.admin_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

class AdminCommunicating[source]

Bases: object

import “google/protobuf/timestamp.proto”; import “google/protobuf/struct.proto”;

The admin communication interfaces

static Retrieve(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static SendReply(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static SendResult(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
class AdminCommunicatingServicer[source]

Bases: object

import “google/protobuf/timestamp.proto”; import “google/protobuf/struct.proto”;

The admin communication interfaces

Retrieve(request, context)[source]

client retrieve requests.

SendReply(request, context)[source]

client send reply to server

SendResult(request, context)[source]

client send process results to server

class AdminCommunicatingStub(channel)[source]

Bases: object

import “google/protobuf/timestamp.proto”; import “google/protobuf/struct.proto”;

The admin communication interfaces

Constructor.

Parameters

channel – A grpc.Channel.

add_AdminCommunicatingServicer_to_server(servicer, server)[source]