Share via


AnomalyDetectorGetDetectionResultResponse type

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

type AnomalyDetectorGetDetectionResultResponse = DetectionResult & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DetectionResult
  }
}