Getting Model Details

View the details for a model in 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 get details for.
    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.

    6. Click the name of the model.

      The model details page opens.

  • Use the oci anomaly-detection model get command and required parameters to get the details for a model:

    oci anomaly-detection model get --model-id <model-id>... [OPTIONS]

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

  • Use the GetModel operation to view the model details.