Поделиться через


QueryPredictionsResponse type

Содержит данные ответа для операции queryPredictions.

type QueryPredictionsResponse = PredictionQueryResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PredictionQueryResult
  }
}