| title | PredictionRequest |
|---|---|
| description | PredictionRequest Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| modelName | string |
✅ | Model to use for prediction |
| recordIds | string[] |
optional | Specific records to predict (if not provided, uses all) |
| inputData | Record<string, any> |
optional | Direct input data (alternative to recordIds) |
| returnConfidence | boolean |
optional | |
| returnExplanation | boolean |
optional |