ID of the deployment
The name of the ML Deployment Alias that will be used to determine which model should be used to produce predictions
an object with query parameters
OptionalincludeNotPredictedReason?: booleanIf true, reason why a prediction was not produced included response
OptionalincludeShap?: booleanIf true, shap values included in response
OptionalincludeSource?: booleanIf true, source data included in response
Optionalindex?: stringThe name of the feature in the source data to use as an index in the response data. The column will be included with its original name and values. This is intended to allow the caller to join results with source data.
an object with the body content
Optionaloptions: ApiCallOptions
Generate predictions in a synchronous request/response