nvflare.apis.client module
- class Client(name, token)[source]
Bases:
objectInit Client.
Represents a client, and is managed by the client manager. The token is an uuid used for authorization.
- Parameters:
name – client name
token – client token
- class ClientDictKey[source]
Bases:
object- FQCN = 'fqcn'
- FQSN = 'fqsn'
- IS_LEAF = 'is_leaf'
- NAME = 'name'
- SITE_CONFIG = 'site_config'