| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
AnomalyDetectorConfiguration.excludedTimeRanges()
An array of time ranges to exclude from use when the anomaly detection model is trained.
|
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectorConfiguration.Builder |
AnomalyDetectorConfiguration.Builder.excludedTimeRanges(Range... excludedTimeRanges)
An array of time ranges to exclude from use when the anomaly detection model is trained.
|
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectorConfiguration.Builder |
AnomalyDetectorConfiguration.Builder.excludedTimeRanges(Collection<Range> excludedTimeRanges)
An array of time ranges to exclude from use when the anomaly detection model is trained.
|
Copyright © 2023. All rights reserved.