nvflare.app_common.psi.dh_psi.dh_psi_controller module

class DhPSIController[source]

Bases: PSIController

Controller logic for tasks and their destinations.

Must set_communicator() to access communication related function implementations.

Parameters:

task_check_period (float, optional) – interval for checking status of tasks. Applicable for WFCommServer. Defaults to 0.2.

load_psi_workflow(fl_ctx: FLContext) PSIWorkflow[source]