Hi Montanana,looking at your logs looks like you are using a Free tier AI core instance and the Free tier has the limitations of having max one execution, and you need to upgrade AI core to standard plan to run multiple executions at AI core.The free...
Hi Divita,Not sure of your exact Prediction URL as 404 URL stands for the server cannot find the requested resource.you can refer to https://developers.sap.com/tutorials/ai-core-deploy.html for step 6 on how to infer the models on the AI core. Looks ...
Hi Robert,404 Error stands for the server cannot find the requested resource and as per what I can see in your code looks like the URL you are using to create an artifact is wrong instead of {ai_api_url}/v2/admin/artifacts it should be: {ai_api_url}/...
Hi Duschl,The botocore.exceptions.EndpointConnectionError error occurs when there is a problem with the connection to the AWS service endpoint. This can be due to a variety of reasons incorrect configuration, or the service not being available in the...