Udostępnij za pośrednictwem


AnomalyDetectorLastDetectAnomalyResponse type

Zawiera dane odpowiedzi dla operacji lastDetectAnomaly.

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