floyd info
View the details of a job.
Usage¶
floyd info [OPTIONS] NAME
Options¶
Name, shorthand | Default | Description |
---|---|---|
NAME or ID | Name or ID of your job. |
Description¶
This command gives detailed information about your job.
This command can take a shortened job name.
Some useful information about the information this command provides:
Output Name¶
Output name is the reference to the output generated by your run.
Url¶
If your job is running in jupyter or serve mode, you can get their URL here.
Example¶
$ floyd info floydhub/projects/mnist-tensorboard/1 ----------- ---------------------------------------- Job name floydhub/projects/mnist-tensorboard/1 Output name floydhub/projects/mnist-tensorboard/1 Created 19 hours ago Status success Duration(s) 16 Instance g1 Description ----------- ----------------------------------------
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.