Refer to the exhibit. A user deployed a custom model via OCI Data Science and registered it in the Model Catalog. They use the correct OCID but get this error. What is the most likely issue?
Deployment is required to serve inference requests; registration is not sufficient.
Why this answer
A model must be deployed to an endpoint to be accessible via the inference API. Registration in the Model Catalog alone does not create an endpoint. Option A is correct.