nvflare.app_common.psi.psi_executor module

class PSIExecutor(psi_algo_id: str)[source]

Bases: ErrorHandlingExecutor

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.

check_psi_algo(psi_task_handler: TaskHandler, fl_ctx)[source]
get_data_kind() str[source]
get_task_handler(fl_ctx: FLContext) TaskHandler[source]
load_task_handler(psi_algo: str, fl_ctx: FLContext) TaskHandler[source]