Condividi tramite


AnomalyDetectorLastDetectAnomalyResponse type

Contiene i dati di risposta per l'operazione lastDetectAnomaly.

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