| 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 |
Amazonka.Evidently.Types.MetricGoalConfig
Description
Documentation
data MetricGoalConfig Source #
Use this structure to tell Evidently whether higher or lower values are desired for a metric that is used in an experiment.
See: newMetricGoalConfig smart constructor.
Constructors
| MetricGoalConfig' | |
Fields
| |
Instances
Create a value of MetricGoalConfig 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:desiredChange:MetricGoalConfig', metricGoalConfig_desiredChange - INCREASE means that a variation with a higher number for this metric
is performing better.
DECREASE means that a variation with a lower number for this metric is
performing better.
$sel:metricDefinition:MetricGoalConfig', metricGoalConfig_metricDefinition - A structure that contains details about the metric.
metricGoalConfig_desiredChange :: Lens' MetricGoalConfig (Maybe ChangeDirectionEnum) Source #
INCREASE means that a variation with a higher number for this metric
is performing better.
DECREASE means that a variation with a lower number for this metric is
performing better.
metricGoalConfig_metricDefinition :: Lens' MetricGoalConfig MetricDefinitionConfig Source #
A structure that contains details about the metric.