Viewing a Project's Details

View the details for a project in Data Science.

    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 get details for.

      All projects in the compartment are listed.

    4. Click the name of the project.

      The project details page opens and lists the notebook sessions.

    The Project information tab provides the following details:

    Description:

    A description of the project if one was defined.

    OCID

    A shortened version of the OCID is displayed. Use the Show and Hide links to switch the display of the full OCID. Use the Copy link to save the entire OCID to your clipboard to paste it elsewhere. For example, you could paste into a file and save it, then use it in model scripts.

    Created By:

    The email address of the user who created the project.

    Created On:

    The date and time when the project was created.

    You can use the project details page to perform the following actions:

    • Create notebook sessions.

    • Select a notebook session to view its details and work with it.

    • Use the Actions menu to open, edit, deactivate, activate, move, or end a notebook session. Or to contact Oracle Support.

    • Use the Show and Hide links to switch the display of the full OCID. Use the Copy link to save the entire OCID to your clipboard to paste it elsewhere.

    • Use the List scope filter to view notebook sessions associated with the selected project in another compartment.

    • Filter resources by status by using the State list. The default is to view all status types.

    • When tags are applied, filter resources by clicking add or clear next to Tag filters.

    • Select other Data Science resources, such as models, model deployments, and jobs.

    On the Tags tab, you can view any tags that exist. You can click the edit icon to change a tag, or click Remove tag to delete the tag.

    The trained models in the project are listed with details including the status, type, and description.

  • Use the oci data-science project get command and required parameters to get the details for a project:

    oci data-science project get --project-id <project-id>... [OPTIONS]

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

  • Use the GetProject operation to view the project details.