nvflare.private.fed.utils.fed_utils module

add_logfile_handler(log_file)[source]
authorize_build_component(config_dict, config_ctx, node, fl_ctx: FLContext, event_handlers) str[source]
configure_logging(workspace: Workspace)[source]
create_job_processing_context_properties(workspace: Workspace, job_id: str) dict[source]
create_stats_pool_files_for_job(workspace: Workspace, job_id: str, prefix=None)[source]
find_char_positions(s, ch)[source]
fobs_initialize()[source]
get_job_meta_from_workspace(workspace: Workspace, job_id: str) dict[source]
get_return_code(process, job_id, workspace, logger)[source]
get_scope_info()[source]
get_simulator_app_root(simulator_root, site_name)[source]
get_target_names(targets)[source]
security_close()[source]
security_init(secure_train: bool, site_org: str, workspace: Workspace, app_validator: AppValidator, site_type: str)[source]

To check the security content if running in security mode.

Parameters:
  • secure_train (bool) – if run in secure mode or not.

  • site_org – organization of the site

  • workspace – the workspace object.

  • app_validator – app validator for application validation

  • site_type (str) – server or client. fed_client.json or fed_server.json

set_message_security_data(request, job, fl_ctx)[source]
set_stats_pool_config_for_job(workspace: Workspace, job_id: str, prefix=None)[source]
split_gpus(gpus) [<class 'str'>][source]