floyd output
View the output of a job.
Usage¶
floyd output [OPTIONS] ID
Options¶
Name, shorthand | Default | Description |
---|---|---|
--url , -u |
Only print the URL. The output directory can be viewed in the browser. | |
NAME or ID | Name or ID of your job. |
Description¶
Most jobs generate output. Any output that needs to be retained after the job is finished should be send to /output
path.
This is the only path Floyd will preserve. The output command gives the url to access this output. This command by default opens the
output url in your default browser.
This command can take a shortened job name.
Example¶
$ floyd output floydhub/projects/deep-photo-styletransfer/4 Opening output directory in your browser ...
Downloading output¶
To download the output you can use the data clone command.
Help make this document better¶
This guide, as well as the rest of our docs, are open-source and available on GitHub. We welcome your contributions.
- Suggest an edit to this page (by clicking the edit icon at the top next to the title).
- Open an issue about this page to report a problem.