Udostępnij za pośrednictwem


PredictionGetVersionPredictionResponse type

Zawiera dane odpowiedzi dla operacji getVersionPrediction.

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