Delen via


PredictionGetVersionPredictionResponse type

Bevat antwoordgegevens voor de bewerking getVersionPrediction.

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