Predict

POST {{_endpoint}}/services/data/v{{version}}/smartdatadiscovery/predict

Get available prediction definitions.

Request Body

{"predictionDefinition"=>"<PREDICTION_DEFINITION_ID>", "type"=>"RawData", "columnNames"=>["Quantity", "Category", "Sub_Category", "Sales", "Profit_per_Order"], "rows"=>[["2", "Furniture", "Chairs", "300", "10"]]}

RESPONSES

status: Created

{&quot;predictionDefinition&quot;:&quot;1OR5Y0000010ws8&quot;,&quot;predictions&quot;:[{&quot;model&quot;:{&quot;id&quot;:&quot;1Ot5Y0000010wzNSAQ&quot;},&quot;prediction&quot;:{&quot;middleValues&quot;:[],&quot;total&quot;:88.52494255547592},&quot;prescriptions&quot;:[],&quot;status&quot;:&quot;Success&quot;}],&quot;settings&quot;:{&quot;maxMiddleValues&quot;:0,&quot;maxPrescriptions&quot;:0,&quot;prescriptionImpactPercentage&quot;:0}}