Bagikan melalui


AnomalyDetectorLastDetectAnomalyResponse type

Berisi data respons untuk operasi lastDetectAnomaly.

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