Newer Version Available
Prediction Output Object
Prediction details for a given record.
- JSON example
- This example shows a sample predictionOutputObjects
response.
1predictionOutputObjects": [ 2 { 3 "errors": [], 4 "isSuccess": true, 5 "predictionOutput": [ 6 { 7 "customAttributes": { 8 "STATUS": "Electrical Malfunction", 9 "TIME": "120" 10 }, 11 "customPredictionLabel": "60.0 % likelihood of Electrical Malfunction in next 120 days", 12 "predictionScore": 60, 13 "topPredictors": [ 14 { 15 "contributionValue": 23.22, 16 "predictorFields": [ 17 { 18 "label": "Service Type", 19 "name": "Service Type", 20 "value": "23.22" 21 } 22 ] 23 } 24 ] 25 } 26 ], 27 "recordId": "recordId" 28 } 29 ]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Error[] | List of errors encountered during the processing of the API request. | Small, 62.0 | 62.0 |
| isSuccess | Boolean | Indicates whether the request is successful (true) or not (false). | Small, 62.0 | 62.0 |
| predictionOutput | Prediction[] | Details of prediction. | Small, 62.0 | 62.0 |
| predictionWarning | Prediction Warning[] | List of missing or out-of-bound fields identified during prediction. | Small, 62.0 | 62.0 |
| recordId | String | ID of the record for prediction. | Small, 62.0 | 62.0 |