NVIDIA FLARE
stable
NVIDIA FLARE Overview
Key Features
Getting Started
Example Applications
Real-World Federated Learning
User Guide
Programming Best Practices
Programming Guide
Frequently Asked Questions
Contributing
API
nvflare package
Subpackages
nvflare.apis package
nvflare.app_common package
nvflare.app_opt package
nvflare.dashboard package
nvflare.fuel package
nvflare.ha package
nvflare.lighter package
nvflare.private package
Subpackages
Submodules
Module contents
nvflare.security package
nvflare.tool package
nvflare.widgets package
Submodules
Module contents
NVIDIA FLARE
»
nvflare
»
nvflare package
»
nvflare.private package
»
nvflare.private.fed package
»
nvflare.private.fed.utils package
»
nvflare.private.fed.utils.app_deployer module
Edit on GitHub
nvflare.private.fed.utils.app_deployer module
¶
class
AppDeployer
(
workspace
:
Workspace
,
job_id
:
str
,
job_meta
:
dict
,
app_name
:
str
,
app_data
)
[source]
¶
Bases:
object
deploy
(
)
→
str
[source]
¶
Deploys the app.
Returns
:
error message if any