Listing Models
List the models in a Language project.
A model can be in one of the following statuses:
-
Creating: The model is being created.
-
Active: The model is successfully created and ready for use.
-
Updating: The model details, such as name, DNS zones, or compartment, are being updated.
-
Moving: The model is being moved to another compartment.
-
Deleting: The model is being deleted.
-
Deleted: The model is successfully deleted.
-
Failed: The model wasn't created, updated, or deleted successfully.
-
Use the oci ai language model list command and required parameters to list the models in a project:
oci ai language model 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 ListModels operation to list the models in a project.