nvflare.app_common.abstract.init_final_component module

class InitFinalArgsComponent[source]

Bases: InitFinalComponent, ABC

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.

abstract finalize(fl_ctx: FLContext)[source]
abstract initialize(fl_ctx: FLContext, **kwargs)[source]
class InitFinalComponent[source]

Bases: FLComponent, ABC

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.

abstract finalize(fl_ctx: FLContext)[source]
abstract initialize(fl_ctx: FLContext)[source]