forked from NVIDIA/NVFlare
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update example access result part and update documentation (NVIDIA#681)
- Loading branch information
1 parent
a335a30
commit 11df63f
Showing
18 changed files
with
467 additions
and
461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,6 +141,3 @@ variables.* | |
*.hdf5 | ||
|
||
wrksp/* | ||
|
||
# poc run data | ||
*run_* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Accessing the results | ||
^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Once the job is finished, you can issue the ``download_job [JOB_ID]`` | ||
in the admin client to download the results. | ||
|
||
`[JOB_ID]` is the ID assigned by the system when submitting the job. | ||
|
||
The result will be downloaded to your admin workspace | ||
(the exact download path will be displayed when running the command). | ||
|
||
The download workspace will be in ``[DOWNLOAD_DIR]/[JOB_ID]/workspace/``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.