AnomalyDetectorDetectEntireSeriesResponse type

detectEntireSeries işleminin yanıt verilerini içerir.

type AnomalyDetectorDetectEntireSeriesResponse = DetectEntireResponse & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: DetectEntireResponse
  }
}