Reputation: 21
While deploying an AI model with Azure AI, my deployment fails while provisioning the endpoint with the following error:
{ "status": "Failed", "error": { "code": "BadRequest", "message": "The request is invalid.", "details": [ { "code": "InferencingClientCallFailed", "message": "{"error":{"code":"Validation","message":"{\"errors\":{\"\":[\"Specified endpoint [robs-ml-space-nlouc] has not been created successfully. Please recreate the endpoint.\"]},\"type\":\"https://tools.ietf.org/html/rfc9110#section-15.5.1\",\"title\":\"One or more validation errors occurred.\",\"status\":400,\"traceId\":\"00-3a64ab3747db118634dbaa6a23eb7430-5f4565546ea07068-01\"}"}}", "details": [], "additionalInfo": []
I have followed suggestions from copilot and other links but can't seem to fix the issue. Anyone have any suggestions?
Upvotes: 0
Views: 29