PredictionGetVersionPredictionResponse type
包含 getVersionPrediction作的响应数据。
type PredictionGetVersionPredictionResponse = PredictionResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PredictionResponse
}
}