Compartir a través de


AnomalyDetectorLastDetectAnomalyResponse type

Contiene datos de respuesta para la última operaciónDetectAnomaly.

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