NVIDIA FLARE Logo

Introduction

  • What is Federated Learning?
  • NVIDIA FLARE Overview
  • Installation
  • Quickstart
  • Getting Started
  • What’s New

Guides

  • Example Applications
  • Real-World Federated Learning
  • 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.fuel package
        • nvflare.fuel_opt package
        • nvflare.ha package
        • nvflare.job_config package
        • nvflare.lighter package
        • nvflare.metrics package
        • nvflare.private package
          • Subpackages
            • nvflare.private.fed package
              • Subpackages
                • nvflare.private.fed.app package
                • nvflare.private.fed.client package
                • nvflare.private.fed.server package
                • nvflare.private.fed.simulator package
                • nvflare.private.fed.utils package
              • Submodules
              • Module contents
          • Submodules
          • Module contents
        • nvflare.security package
        • nvflare.tool package
        • nvflare.utils package
        • nvflare.widgets package
      • Submodules
      • Module contents
  • Glossary
NVIDIA FLARE
  • nvflare
  • nvflare package
  • nvflare.private package
  • nvflare.private.fed package
  • nvflare.private.fed.app package
  • nvflare.private.fed.app.deployer package
  • View page source

nvflare.private.fed.app.deployer package¶

Submodules¶

  • nvflare.private.fed.app.deployer.base_client_deployer module
    • BaseClientDeployer
      • BaseClientDeployer.build()
      • BaseClientDeployer.close()
      • BaseClientDeployer.create_fed_client()
      • BaseClientDeployer.finalize()
  • nvflare.private.fed.app.deployer.server_deployer module
    • ServerDeployer
      • ServerDeployer.build()
      • ServerDeployer.close()
      • ServerDeployer.create_fl_server()
      • ServerDeployer.deploy()
  • nvflare.private.fed.app.deployer.simulator_deployer module
    • SimulatorDeployer
      • SimulatorDeployer.close()
      • SimulatorDeployer.create_fl_client()
      • SimulatorDeployer.create_fl_server()

Module contents¶

FL Server application packagee.

Previous Next

© Copyright 2025, NVIDIA.

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