nvflare.apis.signal module

class Signal(parent=None)[source]

Bases: object

Init the Signal.

Used to signal between and within FL Components.

reset(value=None)[source]

Reset the Signal.

Parameters:

value – reset the value of the signal

trigger(value)[source]

Trigger the Signal.

Parameters:

value – set the value of the signal

property trigger_time
property triggered
property value