Partilhar via


AnomalyDetectorLastDetectAnomalyResponse type

Contém dados de resposta para a última operaçãoDetectAnomaly.

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