| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
InterMetricImpactDetails.Builder |
InterMetricImpactDetails.Builder.anomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
static InterMetricImpactDetails.Builder |
InterMetricImpactDetails.builder() |
InterMetricImpactDetails.Builder |
InterMetricImpactDetails.Builder.contributionPercentage(Double contributionPercentage)
For potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP), the percentage contribution the measure has
in causing the anomalies. |
InterMetricImpactDetails.Builder |
InterMetricImpactDetails.Builder.metricName(String metricName)
The name of the measure.
|
InterMetricImpactDetails.Builder |
InterMetricImpactDetails.Builder.relationshipType(RelationshipType relationshipType)
Whether a measure is a potential cause of the anomaly group (
CAUSE_OF_INPUT_ANOMALY_GROUP), or
whether the measure is impacted by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP). |
InterMetricImpactDetails.Builder |
InterMetricImpactDetails.Builder.relationshipType(String relationshipType)
Whether a measure is a potential cause of the anomaly group (
CAUSE_OF_INPUT_ANOMALY_GROUP), or
whether the measure is impacted by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP). |
InterMetricImpactDetails.Builder |
InterMetricImpactDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InterMetricImpactDetails.Builder> |
InterMetricImpactDetails.serializableBuilderClass() |
Copyright © 2023. All rights reserved.