AnomalyDetectorLastDetectAnomalyResponse type

lastDetectAnomaly işlemi için yanıt verilerini içerir.

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