Compartir a través de


QueryPredictionsResponse type

Contiene datos de respuesta para la operación queryPredictions.

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