Dela via


AnomalyDetectorGetDetectionResultResponse type

Innehåller svarsdata för åtgärden getDetectionResult.

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