cancel
Showing results for 
Search instead for 
Did you mean: 

To retrieve the predicted data from a deployed and predicted

To retrieve the predicted data from a deployed and predicted

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.
 
Labels (2)
0 Kudos
2 Replies
mel
Data Scientist
Data Scientist

I believe you'll need the predictionResults endpoint to retrieve predictions that you've already made.

0 Kudos

Hi, I'd also suggest if you are using python to look at the documentation for the DataRobot python client as there are many classes and related methods to work with Deployments, Predictions etc.


Docs:
https://datarobot-public-api-client.readthedocs-hosted.com/en/latest-release/

 

PyPi Page:
https://pypi.org/project/datarobot/

0 Kudos