tff.learning.programs.ProgramState

A structure representing the program state.

state The state of the training process.
round_number The current round number.
next_evaluation_timestamp_seconds The timestamp of the next evaluation in seconds.
data_iterator The tff.program.FederatedDataSourceIterator used for training.