Clears the cache for automl-deployments api requests.
Generates predictions in a synchronous request and response.
Generates predictions in a synchronous request and response.
The ID of the ML deployed model that will be employed to produce predictions.
an object with query parameters
Optional
includeNotPredictedReason?: booleanIf true, will include a column with the reason why a prediction was not produced.
Optional
includeShap?: booleanIf true, the shapley values will be included in the response.
Optional
includeSource?: booleanIf true, the source data will be included in the response
Optional
index?: 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
Optional
options: ApiCallOptions
Clears the cache for automl-deployments api requests.