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
{"predictionDefinition":"1OR5Y0000010ws8","predictions":[{"model":{"id":"1Ot5Y0000010wzNSAQ"},"prediction":{"middleValues":[],"total":88.52494255547592},"prescriptions":[],"status":"Success"}],"settings":{"maxMiddleValues":0,"maxPrescriptions":0,"prescriptionImpactPercentage":0}}