PredictionGetVersionPredictionResponse type
Содержит данные ответа для операции getVersionPrediction.
type PredictionGetVersionPredictionResponse = PredictionResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PredictionResponse
}
}