| 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.MetricGoal
Description
Synopsis
Documentation
data MetricGoal Source #
A structure that tells Evidently whether higher or lower values are desired for a metric that is used in an experiment.
See: newMetricGoal smart constructor.
Constructors
| MetricGoal' | |
Fields
| |
Instances
Arguments
| :: MetricDefinition | |
| -> MetricGoal |
Create a value of MetricGoal 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:MetricGoal', metricGoal_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:MetricGoal', metricGoal_metricDefinition - A structure that contains details about the metric.
metricGoal_desiredChange :: Lens' MetricGoal (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.
metricGoal_metricDefinition :: Lens' MetricGoal MetricDefinition Source #
A structure that contains details about the metric.