amazonka-evidently-2.0: Amazon CloudWatch Evidently SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Evidently.Types.MetricGoalConfig

Description

 
Synopsis

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

Instances details
ToJSON MetricGoalConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.MetricGoalConfig

Generic MetricGoalConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.MetricGoalConfig

Associated Types

type Rep MetricGoalConfig :: Type -> Type #

Read MetricGoalConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.MetricGoalConfig

Show MetricGoalConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.MetricGoalConfig

NFData MetricGoalConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.MetricGoalConfig

Methods

rnf :: MetricGoalConfig -> () #

Eq MetricGoalConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.MetricGoalConfig

Hashable MetricGoalConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.MetricGoalConfig

type Rep MetricGoalConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.MetricGoalConfig

type Rep MetricGoalConfig = D1 ('MetaData "MetricGoalConfig" "Amazonka.Evidently.Types.MetricGoalConfig" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "MetricGoalConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "desiredChange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeDirectionEnum)) :*: S1 ('MetaSel ('Just "metricDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MetricDefinitionConfig)))

newMetricGoalConfig Source #

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.