fl4health.strategies.strategy_with_poll module¶ class StrategyWithPolling[source]¶ Bases: ABC This abstract base class is used to ensure that an FL strategy class implements configure polling when it should and that any server that wants to do polling can use this function when it’s expected to. abstract configure_poll(server_round, client_manager)[source]¶ Return type: list[tuple[ClientProxy, GetPropertiesIns]]