AnomalyDetectorConfiguration constructor

AnomalyDetectorConfiguration({
  1. List<Range>? excludedTimeRanges,
  2. String? metricTimezone,
})

Implementation

AnomalyDetectorConfiguration({
  this.excludedTimeRanges,
  this.metricTimezone,
});