Listing Jobs

List the Data Science jobs in a compartment.

    1. Use the Console to sign in to a tenancy with the necessary policies.
    2. Open the navigation menu and select Analytics & AI. Under Machine Learning, select Data Science.
    3. Select the compartment that contains the project with the jobs.

      All projects in the compartment are listed.

    4. Select the name of the project.

      The project details page opens and lists the notebook sessions.

    5. Under Resources, click Jobs.

      A tabular list of jobs in the project is displayed.

    6. Select the name of a job to see its details.
      • 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.

      The default configuration shows any command line arguments, maximum runtime minutes, and environment variables that were specified.

      If storage mounts exist, then those details are displayed.

      If custom environment variable keys exist, then those details are displayed.

      If tags exist, then those details are displayed.

      Any job runs that exist are listed.

  • Use the oci data-science job list command and required parameters to list the jobs in a project:

    oci data-science job list --compartment-id <compartment-id>... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the ListJobs operation to list the jobs in a project.