Viewing a Project's Details
View the details for a project in Data Science.
- On the Projects list page, select the project that you want to work with. If you need help finding the list page or the project, see Listing Projects.The details page opens and displays information about the project. Access the various resources associated with the project by selecting their links or tabs.
The details page for the project opens and displays the project's description, OCID, creator (user who created the project), and creation date. Access the various resources associated with the project by selecting their links or tabs.
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 to open, edit, deactivate, activate, move, or end a notebook session. Or to contact Oracle Support.
- Filter resources by status by using the State list. The default is to view all status types.
- When tags are applied, filter resources by selecting add or clear next to Tag filters.
- Select other Data Science resources, such as models, model deployments, and jobs.
- View and edit tags.
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 parameters and values for CLI commands, see the CLI Command Reference.
Use the GetProject operation to view the project details.