Freigeben über


AnomalyDetectorLastDetectAnomalyResponse type

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

type AnomalyDetectorLastDetectAnomalyResponse = LastDetectionResult & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: LastDetectionResult
  }
}