nvflare.apis.signal module

class Signal[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