Viewing Models

View all the models created an Anomaly Detection project.

    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 with the models that you want to view.
    4. Click the name of the project.

      The project details page opens.

    5. Under Details, click Models.

      The models in the project are displayed in the Anomaly detection models table.

    A model can be in one of the following statuses:

    • Creating: The model is being created.

    • Active: The model is successfully created and ready for use.

    • Updating: The model details, such as name, DNS zones, or compartment, are being updated.

    • Moving: The model is being moved to another compartment.

    • Deleting: The model is being deleted.

    • Deleted: The model is successfully deleted.

    • Failed: The model wasn't created, updated, or deleted successfully.

  • Use the oci anomaly-detection model list command and required parameters to list the models in a project:

    oci anomaly-detection model 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 ListModels operation to list the models in a project.