Getting Project Details
View the details for a project in Anomaly Detection.
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.
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, description, and so on.
-
Use the oci anomaly-detection project get command and required parameters to get the details for a project:
oci anomaly-detection 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.