Editing a Job

Edit (update) a job in Data Science to change some options.

When the job is in the Active or Creating state, similar to creating a pipeline, you can change the following values:

  • Name

  • Description

  • VM Compute shape

  • Block storage size

  • VCN

  • Subnet

  • Storage mounts

  • Tags

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

      All projects in the compartment are listed.

    4. Click 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. Click the name of the job.

      The job details page is displayed.

    7. Click Edit.
    8. Make the necessary changes, and then click Save changes.
  • Use the oci data-science job update command and required parameters to edit (update) a job:

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

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

  • Use the UpdateJob operation to edit (update) a job.