fx aggregator command

fx aggregator command#

fx aggregator#

Manage Federated Learning Aggregator.

fx aggregator [OPTIONS] COMMAND [ARGS]...

certify#

Certifies the aggregator certificate key pair.

fx aggregator certify [OPTIONS]

Options

-n, --fqdn <fqdn>#

The fully qualified domain name of aggregator node.

-s, --silent#

If set, skips manual confirmation.

generate-cert-request#

Generates aggregator certificate key-pair.

fx aggregator generate-cert-request [OPTIONS]

Options

--fqdn <fqdn>#

The fully qualified domain name of aggregator node.

start#

Starts the aggregator service.

fx aggregator start [OPTIONS]

Options

-p, --plan <plan>#

Path to an FL plan.

Default:

'plan/plan.yaml'

-c, --authorized_cols <authorized_cols>#

Path to an authorized collaborator list.

Default:

'plan/cols.yaml'

--task_group <task_group>#

Task group to execute as defined in the plan task assigner.