Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data InterMetricImpactDetails = InterMetricImpactDetails' {}
- newInterMetricImpactDetails :: InterMetricImpactDetails
- interMetricImpactDetails_anomalyGroupId :: Lens' InterMetricImpactDetails (Maybe Text)
- interMetricImpactDetails_contributionPercentage :: Lens' InterMetricImpactDetails (Maybe Double)
- interMetricImpactDetails_metricName :: Lens' InterMetricImpactDetails (Maybe Text)
- interMetricImpactDetails_relationshipType :: Lens' InterMetricImpactDetails (Maybe RelationshipType)
Documentation
data InterMetricImpactDetails Source #
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.
See: newInterMetricImpactDetails
smart constructor.
InterMetricImpactDetails' | |
|
Instances
newInterMetricImpactDetails :: InterMetricImpactDetails Source #
Create a value of InterMetricImpactDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:anomalyGroupId:InterMetricImpactDetails'
, interMetricImpactDetails_anomalyGroupId
- The ID of the anomaly group.
$sel:contributionPercentage:InterMetricImpactDetails'
, interMetricImpactDetails_contributionPercentage
- For potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP
), the percentage
contribution the measure has in causing the anomalies.
$sel:metricName:InterMetricImpactDetails'
, interMetricImpactDetails_metricName
- The name of the measure.
$sel:relationshipType:InterMetricImpactDetails'
, interMetricImpactDetails_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_anomalyGroupId :: Lens' InterMetricImpactDetails (Maybe Text) Source #
The ID of the anomaly group.
interMetricImpactDetails_contributionPercentage :: Lens' InterMetricImpactDetails (Maybe Double) Source #
For potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP
), the percentage
contribution the measure has in causing the anomalies.
interMetricImpactDetails_metricName :: Lens' InterMetricImpactDetails (Maybe Text) Source #
The name of the measure.
interMetricImpactDetails_relationshipType :: Lens' InterMetricImpactDetails (Maybe RelationshipType) Source #
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
).