Getting a Project's Details
View the details for a project in Language.
The Project information tab shows the following details:
-
A description of the project if one was defined.
-
A shortened version of the project OCID. Use the Show and Hide links to switch the display of the full OCID. Use the Copy link to save the entire OCID to the clipboard to paste it elsewhere. For example, you could paste into a file and save it, and then use it in scripts.
-
The date and time when the project was created and updated.
The trained models in the project are listed with details including the status, type, description, and so on.
-
Use the oci ai language project get command and required parameters to get the details for a project:
oci ai language 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.