Sdílet prostřednictvím


AnomalyDetectorLastDetectAnomalyResponse type

Obsahuje data odpovědi pro operaci lastDetectAnomaly.

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