Partager via


QueryPredictionsResponse type

Contient des données de réponse pour l’opération queryPredictions.

type QueryPredictionsResponse = PredictionQueryResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PredictionQueryResult
  }
}