Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Prediction
Output representation of prediction details.
- JSON example
- This example shows a sample prediction output
details.
1 2 predictionOutput": [ 3 { 4 "customAttributes": { 5 "STATUS": "Electrical Malfunction", 6 "TIME": "120" 7 }, 8 "customPredictionLabel": "60.0 % likelihood of Electrical Malfunction in next 120 days", 9 "predictionScore": 60, 10 "topPredictors": [ 11 { 12 "contributionValue": 23.22, 13 "predictorFields": [ 14 { 15 "label": "Service Type", 16 "name": "Service Type", 17 "value": "23.22" 18 } 19 ] 20 } 21 ] 22 } 23 ]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| customAttributes | Map<String, String> | Key-value pairs providing additional contextual details . | Small, 62.0 | 62.0 |
| customPredictionLabel | String | A human-readable summary or formatted text explaining the prediction outcome and its significance.. | Small, 62.0 | 62.0 |
| predictionScore | Double | Value of the prediction score. | Small, 62.0 | 62.0 |
| topPredictors | Predictor[] | List of top predictors. | Small, 62.0 | 62.0 |