Listing Projects

List the Data Science projects in a particular compartment.

    1. Use the Console to sign in to a tenancy with the necessary policies.
    2. Open the navigation menu and click Analytics & AI. Under Machine Learning, click Data Science.
    3. Select the compartment that contains the projects that you want to list.

      All projects in the compartment are listed.

  • Use the oci data-science project list command and required parameters to list the projects in a compartment:

    oci data-science project 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 ListProjects operation to list the projects in a compartment.