nvflare.private.fed.runner module

class Runner[source]

Bases: FLComponent

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.

start()[source]

Method call at the start of the Runner process.

abstract stop()[source]

Method call at the end of the Runner process.