nvflare.private.fed.client.client_app_runner module

class ClientAppRunner(time_out=60.0)[source]

Bases: Runner

Init FLComponent.

The FLComponent is the base class of all FL Components. (executors, controllers, responders, filters, aggregators, and widgets are all FLComponents)

FLComponents have the capability to handle and fire events and contain various methods for logging.

close()[source]
create_client_runner(app_root, args, config_folder, federated_client, secure_train, event_handlers=None)[source]
create_run_manager(args, conf, federated_client, workspace)[source]
logger = <Logger ClientAppRunner (WARNING)>
notify_job_status(federated_client, job_id, status, timeout=5.0)[source]
start_command_agent(args, federated_client, fl_ctx)[source]
start_run(app_root, args, config_folder, federated_client, secure_train, sp, event_handlers)[source]
stop()[source]

Method call at the end of the Runner process.

sync_up_parents_process(federated_client)[source]