Aracılığıyla paylaş


QueryPredictionsResponse type

queryPredictions işlemi için yanıt verilerini içerir.

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