Viewing Data Assets

View all the data assets created in the selected 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 that you want to create the data asset in.
    4. Click the name of the project.

      The project details page opens.

    5. Under Details, click Data assets.

    The data assets in the project are displayed.

    A data asset can be in one of the following statuses:

    • Creating: The data asset is being created.

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

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

    • Moving: The data asset is being moved to another compartment.

    • Deleting: The data asset is being deleted.

    • Deleted: The data asset is successfully deleted.

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

  • Use the oci anomaly-detection data-asset list command and required parameters to list the data assets in a project:

    oci anomaly-detection data-asset 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 ListDataAssets operation to list the data assets in a project.