QueryPredictionsResponse type
Contains response data for the queryPredictions operation.
type QueryPredictionsResponse = PredictionQueryResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PredictionQueryResult
}
}