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
          • Subpackages
            • nvflare.client.ex_process package
            • nvflare.client.in_process package
            • nvflare.client.ipc package
              • Submodules
                • nvflare.client.ipc.defs module
                • nvflare.client.ipc.ipc_agent module
              • Module contents
            • nvflare.client.lightning package
          • Submodules
          • Module contents
        • nvflare.dashboard package
        • nvflare.edge package
        • 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.client package
  • nvflare.client.ipc package
  • View page source

nvflare.client.ipc package¶

Submodules¶

  • nvflare.client.ipc.defs module
    • AgentClosed
    • CallStateError
    • MetaKey
      • MetaKey.CURRENT_ROUND
      • MetaKey.DATA_KIND
      • MetaKey.FILTER_HISTORY
      • MetaKey.INITIAL_METRICS
      • MetaKey.NUM_STEPS_CURRENT_ROUND
      • MetaKey.PROCESSED_ALGORITHM
      • MetaKey.PROCESSED_KEYS
      • MetaKey.TOTAL_ROUND
    • MsgHeader
      • MsgHeader.RC
      • MsgHeader.TASK_ID
      • MsgHeader.TASK_NAME
    • PayloadKey
      • PayloadKey.DATA
      • PayloadKey.META
    • Task
      • Task.FETCHED
      • Task.NEW
      • Task.PROCESSED
    • TaskResult
    • agent_site_fqcn()
  • nvflare.client.ipc.ipc_agent module
    • IPCAgent
      • IPCAgent.get_task()
      • IPCAgent.start()
      • IPCAgent.stop()
      • IPCAgent.submit_result()

Module contents¶

Previous Next

© Copyright 2024, NVIDIA.

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