nvflare.app_common.psi.psi_workflow_spec module

class PSIWorkflow[source]

Bases: InitFinalArgsComponent, ABC

PSIWorkflow is an interface for different PSI algorithms for example, DDH-Based PSI, Homomorphic-based PSI etc.

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 post_process(abort_signal: Signal) bool[source]
abstract pre_process(abort_signal: Signal) bool[source]
abstract run(abort_signal: Signal) bool[source]