Freigeben über


AnomalyDetectorLastDetectAnomalyResponse type

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

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