| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
Frequency |
AnomalyDetectorConfigSummary.anomalyDetectorFrequency()
The interval at which the detector analyzes its source data.
|
Frequency |
AnomalyDetectorConfig.anomalyDetectorFrequency()
The frequency at which the detector analyzes its source data.
|
static Frequency |
Frequency.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Frequency |
CreateMetricSetRequest.metricSetFrequency()
The frequency with which the source data will be analyzed for anomalies.
|
Frequency |
UpdateMetricSetRequest.metricSetFrequency()
The dataset's interval.
|
Frequency |
DescribeMetricSetResponse.metricSetFrequency()
The interval at which the data will be analyzed for anomalies.
|
static Frequency |
Frequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Frequency[] |
Frequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Frequency> |
Frequency.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectorConfigSummary.Builder |
AnomalyDetectorConfigSummary.Builder.anomalyDetectorFrequency(Frequency anomalyDetectorFrequency)
The interval at which the detector analyzes its source data.
|
AnomalyDetectorConfig.Builder |
AnomalyDetectorConfig.Builder.anomalyDetectorFrequency(Frequency anomalyDetectorFrequency)
The frequency at which the detector analyzes its source data.
|
CreateMetricSetRequest.Builder |
CreateMetricSetRequest.Builder.metricSetFrequency(Frequency metricSetFrequency)
The frequency with which the source data will be analyzed for anomalies.
|
UpdateMetricSetRequest.Builder |
UpdateMetricSetRequest.Builder.metricSetFrequency(Frequency metricSetFrequency)
The dataset's interval.
|
DescribeMetricSetResponse.Builder |
DescribeMetricSetResponse.Builder.metricSetFrequency(Frequency metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
|
Copyright © 2023. All rights reserved.