次の方法で共有


PredictionGetVersionPredictionResponse type

getVersionPrediction 操作の応答データを格納します。

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