Share via


PredictionGetVersionPredictionResponse type

包含 getVersionPrediction 作業的回應資料。

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