Поделиться через


AnomalyDetectorGetDetectionResultResponse type

Содержит данные ответа для операции getDetectionResult.

type AnomalyDetectorGetDetectionResultResponse = DetectionResult & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DetectionResult
  }
}