Creating Projects

Create an Anomaly Detection project to organize models.

    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. Click Create project.
    4. In the Create project panel, select a compartment for the project.
    5. (Optional) Enter a unique name (255 character limit) for the resource. If you don't provide a name, one is automatically generated.

      For example:

      aianomalydetection<resource>20230825155844

    6. (Optional) Enter a description (400 character limit) for the resource.
    7. (Optional) Click Show advanced options to assign tags to the resource. Tags help you to easily find and track resources by selecting a tag namespace, and then entering the key and value.

      To add more than one tag, click Add tag.

      Tagging describes the various tags that you can use organize and find resources including cost-tracking tags.

    8. Click Create.

    After you successfully create a project, you can create and train models, and then associate them with the project.

  • Use the oci anomaly-detection project create command and required parameters to create a project:

    oci anomaly-detection project create ----compartment-id <compartment-id>, -c [<name>] ... [OPTIONS]

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

  • Run the CreateProject operation to create a project.