public static interface InterMetricImpactDetails.Builder extends SdkPojo, CopyableBuilder<InterMetricImpactDetails.Builder,InterMetricImpactDetails>
| Modifier and Type | Method and Description |
|---|---|
InterMetricImpactDetails.Builder |
anomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
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 |
metricName(String metricName)
The name of the measure.
|
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 |
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). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInterMetricImpactDetails.Builder metricName(String metricName)
The name of the measure.
metricName - The name of the measure.InterMetricImpactDetails.Builder anomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
anomalyGroupId - The ID of the anomaly group.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).
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
).RelationshipType,
RelationshipTypeInterMetricImpactDetails.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).
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
).RelationshipType,
RelationshipTypeInterMetricImpactDetails.Builder contributionPercentage(Double contributionPercentage)
For potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP), the percentage contribution the measure has
in causing the anomalies.
contributionPercentage - For potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP), the percentage contribution the
measure has in causing the anomalies.Copyright © 2023. All rights reserved.