Udostępnij za pośrednictwem


AnomalyDetectorGetDetectionResultResponse type

Zawiera dane odpowiedzi dla operacji getDetectionResult.

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