Share via


AnomalyDetectorLastDetectAnomalyResponse type

包含 lastDetectAnomaly 作業的回應資料。

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