Share via


QueryPredictionsResponse type

Contém dados de resposta para a operação queryPredictions.

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