Freigeben über


QueryPredictionsResponse type

Enthält Antwortdaten für den queryPredictions-Vorgang.

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