NVIDIA FLARE Logo

Introduction

  • What is Federated Learning?
  • NVIDIA FLARE Overview
  • What’s New in FLARE v2.7.0
  • Installation
  • Getting Started
  • Quick Start

Guides

  • Example Applications
  • Tutorials
  • User Guide
  • Programming Guide
  • Programming Best Practices

Miscellaneous

  • Frequently Asked Questions
  • Publications and Talks
  • Contributing
  • API
    • nvflare package
      • Subpackages
        • nvflare.apis package
        • nvflare.app_common package
        • nvflare.app_opt package
        • nvflare.client package
        • nvflare.dashboard package
        • nvflare.edge package
          • Subpackages
            • nvflare.edge.aggregators package
            • nvflare.edge.assessors package
            • nvflare.edge.controllers package
            • nvflare.edge.device package
            • nvflare.edge.executors package
            • nvflare.edge.filters package
            • nvflare.edge.models package
            • nvflare.edge.simulation package
            • nvflare.edge.tools package
              • Submodules
                • nvflare.edge.tools.edge_fed_buff_recipe module
                • nvflare.edge.tools.edge_job module
                • nvflare.edge.tools.et_fed_buff_recipe module
                • nvflare.edge.tools.et_job module
              • Module contents
            • nvflare.edge.updaters package
            • nvflare.edge.web package
            • nvflare.edge.widgets package
          • Submodules
          • Module contents
        • nvflare.fuel package
        • nvflare.fuel_opt package
        • nvflare.ha package
        • nvflare.job_config package
        • nvflare.lighter package
        • nvflare.metrics package
        • nvflare.private package
        • nvflare.recipe package
        • nvflare.security package
        • nvflare.tool package
        • nvflare.utils package
        • nvflare.widgets package
      • Submodules
      • Module contents
  • Glossary
NVIDIA FLARE
  • nvflare
  • nvflare package
  • nvflare.edge package
  • nvflare.edge.tools package
  • View page source

nvflare.edge.tools package¶

Submodules¶

  • nvflare.edge.tools.edge_fed_buff_recipe module
    • DeviceManagerConfig
      • DeviceManagerConfig.device_selection_size
      • DeviceManagerConfig.min_hole_to_fill
      • DeviceManagerConfig.device_reuse
    • EdgeFedBuffRecipe
      • EdgeFedBuffRecipe.job_name
      • EdgeFedBuffRecipe.model
      • EdgeFedBuffRecipe.model_manager_config
      • EdgeFedBuffRecipe.device_manager_config
      • EdgeFedBuffRecipe.evaluator_config
      • EdgeFedBuffRecipe.simulation_config
      • EdgeFedBuffRecipe.custom_source_root
      • EdgeFedBuffRecipe.create_job()
      • EdgeFedBuffRecipe.process_env()
    • EvaluatorConfig
      • EvaluatorConfig.eval_frequency
      • EvaluatorConfig.torchvision_dataset
      • EvaluatorConfig.custom_dataset
    • ModelManagerConfig
      • ModelManagerConfig.max_num_active_model_versions
      • ModelManagerConfig.max_model_version
      • ModelManagerConfig.update_timeout
      • ModelManagerConfig.num_updates_for_model
      • ModelManagerConfig.max_model_history
      • ModelManagerConfig.staleness_weight
      • ModelManagerConfig.global_lr
    • SimulationConfig
      • SimulationConfig.task_processor
      • SimulationConfig.job_timeout
      • SimulationConfig.num_devices
      • SimulationConfig.num_workers
  • nvflare.edge.tools.edge_job module
    • EdgeJob
      • EdgeJob.configure_client()
      • EdgeJob.configure_server()
      • EdgeJob.configure_simulation()
      • EdgeJob.configure_simulation_with_file()
  • nvflare.edge.tools.et_fed_buff_recipe module
  • nvflare.edge.tools.et_job module

Module contents¶

Previous Next

© Copyright 2025 NVIDIA.

Built with Sphinx using a theme provided by Read the Docs.