Getting Details for a Job
Get details for a job in Data Science.
The details page for the job opens and displays the following information about the job. Access the various resources associated with the job by selecting their links or tabs.
- Description if one was specified.
- Who created the job.
- When the job was created.
- Job OCID.
- Job artifact file name and size.
- Logging configuration if it was specified.
- Infrastructure configuration including the VM shape name, the subnet OCID, and the storage size.
Job details also include the following, when they exist.
- Default configuration: command line arguments, maximum runtime minutes, and environment variables that were specified
- Storage mounts
- Environment configuration (custom environment variable keys)
- Job runs
- Tags
Use the oci data-science job get command and required parameters to get details for a job:
oci data-science job get --job-id <job-id> ... [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use the GetJob operation to get details for a job.