QueryPredictionsResponse type
包含 queryPredictions 作業的響應數據。
type QueryPredictionsResponse = PredictionQueryResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PredictionQueryResult
}
}