PDE Operationalizing machine learning models • Set 6
PDE Operationalizing machine learning models Practice Test 6 — 15 questions with explanations. Free, no signup.
A user gets the above error when trying to get online predictions. The model was created and the endpoint exists. What is the most likely reason?
Refer to the exhibit.
Error log from Cloud Logging:
{
"textPayload": "Prediction failed: Model 'projects/my-project/locations/us-central1/models/12345' is not deployed to endpoint 'projects/my-project/locations/us-central1/endpoints/67890'. Ensure the model is deployed to the endpoint before making predictions.",
"timestamp": "2024-03-15T10:30:00Z",
"resource": {
"type": "aiplatform.googleapis.com/Endpoint"
}
}