AnomalyDetectorDetectEntireSeriesResponse type

detectEntireSeries 操作の応答データが含まれます。

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