nvflare.private.fed.simulator.simulator_client_engine module

class SimulatorParentClientEngine(client, args, rank=0)[source]

Bases: ClientEngine

To init the ClientEngine.

Parameters:
  • client – FL client object

  • args – command args

  • rank – local process rank

  • workers – number of workers

abort_app(job_id: str) str[source]

Aborts the app execution for the specified run.

Returns:

A string message.

get_all_job_ids()[source]

Get all the client job_id.

Returns: list of all the job_id