PredictionGetVersionPredictionResponse type

Contains response data for the getVersionPrediction operation.

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