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
          • Subpackages
            • nvflare.dashboard.application package
          • Submodules
            • nvflare.dashboard.cli module
            • nvflare.dashboard.config module
            • nvflare.dashboard.wsgi module
          • 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.security package
        • nvflare.tool package
        • nvflare.utils package
        • nvflare.widgets package
      • Submodules
      • Module contents
  • Glossary
NVIDIA FLARE
  • nvflare
  • nvflare package
  • nvflare.dashboard package
  • View page source

nvflare.dashboard package¶

Subpackages¶

  • nvflare.dashboard.application package
    • Submodules
      • nvflare.dashboard.application.blob module
        • DummyLogger
        • gen_client_blob()
        • gen_server_blob()
        • gen_user_blob()
      • nvflare.dashboard.application.cert module
        • CertPair
        • Entity
        • deserialize_ca_key()
        • make_root_cert()
      • nvflare.dashboard.application.clients module
      • nvflare.dashboard.application.constants module
      • nvflare.dashboard.application.models module
        • Client
        • CommonMixin
        • Organization
        • Project
        • Role
        • User
      • nvflare.dashboard.application.project module
      • nvflare.dashboard.application.store module
        • Store
        • add_ok()
        • check_role()
        • get_or_create()
        • inc_dl()
      • nvflare.dashboard.application.users module
    • Module contents
      • init_app()

Submodules¶

  • nvflare.dashboard.cli module
    • cloud()
    • define_dashboard_parser()
    • handle_dashboard()
    • has_no_arguments()
    • main()
    • start()
    • start_local()
    • stop()
  • nvflare.dashboard.config module
    • Config
      • Config.JWT_ACCESS_TOKEN_EXPIRES
      • Config.SECRET_KEY
      • Config.SQLALCHEMY_DATABASE_URI
      • Config.SQLALCHEMY_ECHO
      • Config.SQLALCHEMY_TRACK_MODIFICATIONS
      • Config.default_sqlite_file
      • Config.default_sqlite_url
      • Config.web_root
  • nvflare.dashboard.wsgi module

Module contents¶

Previous Next

© Copyright 2025, NVIDIA.

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