Freigeben über


AnomalyDetectorGetDetectionResultResponse type

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

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