Share via


PredictionGetVersionPredictionResponse type

Contiene datos de respuesta para la operación getVersionPrediction.

type PredictionGetVersionPredictionResponse = PredictionResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PredictionResponse
  }
}