Editing a Job

You can edit (update) a job in Anomaly Detection to change it's name, description, and tags.

    1. Open the navigation menu and click Analytics & AI. Under AI Services, click Anomaly Detection.
    2. In the left-side navigation menu, click Projects.
    3. Select the compartment that contains the project that you want to create a job in.
    4. Click the name of the project.

      The project details page opens.

    5. Under Details, click Jobs.
    6. Click the name of the job.
    7. To change the data asset’s name or description, click Edit.
    8. Make the necessary changes, and then click Save changes.
    9. On the resource's details page, edit, add, or delete tags as follows:
      • To edit or remove a tag, click the Tags tab, click the edit icon next to a tag, and change its value or remove it.

      • To add one or more tags, click Add tag and enter the tag namespace (for a defined tag), key, and value.

  • Use the oci anomaly-detection detect-anomaly-job update command and required parameters to edit (update) a job:

    oci anomaly-detection detect-anomaly-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 UpdateDetectAnomalyJob operation to edit (update) a data asset.