PredictionGetVersionPredictionResponse type
Enthält Antwortdaten für den getVersionPrediction-Vorgang.
type PredictionGetVersionPredictionResponse = PredictionResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PredictionResponse
}
}