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
Bases: object
Init Client.
Represents a client, and is managed by the client manager. The token is an uuid used for authorization.
name – client name
token – client token