Hello,
I have deployed a model and made predictions in the deployment section. How can I retrieve these predicted data via the API?
I tried this URL with Auth:
https://app.eu.datarobot.com/predApi/v1.0/deployments/<deployment_id>/predictions
but I recive this error.
<!doctype html>
<html lang=en>
<title>405 Method Not Allowed</title>
<h1>Method Not Allowed</h1>
<p>The method is not allowed for the requested URL.</p>
Best regards.