| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectorConfiguration |
AnomalyDetector.configuration()
The configuration specifies details about how the anomaly detection model is to be trained, including time ranges
to exclude from use for training the model, and the time zone to use for the metric.
|
AnomalyDetectorConfiguration |
PutAnomalyDetectorRequest.configuration()
The configuration specifies details about how the anomaly detection model is to be trained, including time ranges
to exclude when training and updating the model.
|
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetector.Builder |
AnomalyDetector.Builder.configuration(AnomalyDetectorConfiguration configuration)
The configuration specifies details about how the anomaly detection model is to be trained, including time
ranges to exclude from use for training the model, and the time zone to use for the metric.
|
PutAnomalyDetectorRequest.Builder |
PutAnomalyDetectorRequest.Builder.configuration(AnomalyDetectorConfiguration configuration)
The configuration specifies details about how the anomaly detection model is to be trained, including time
ranges to exclude when training and updating the model.
|
Copyright © 2021. All rights reserved.