nvflare.private.fed.client.client_json_config module

class ClientJsonConfigurator(config_file_name: str, args, app_root: str, kv_list=None, exclude_libs=True)[source]

Bases: FedJsonConfigurator

To init the ClientJsonConfigurator.

Parameters:
  • config_file_name – config file name

  • exclude_libs – True/False to exclude the libs folder

build_component(config_dict)[source]
finalize_config(config_ctx: ConfigContext)[source]
process_config_element(config_ctx: ConfigContext, node: Node)[source]