amazonka-databrew-2.0: Amazon Glue DataBrew 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.DataBrew.Types.StatisticsConfiguration

Description

 
Synopsis

Documentation

data StatisticsConfiguration Source #

Configuration of evaluations for a profile job. This configuration can be used to select evaluations and override the parameters of selected evaluations.

See: newStatisticsConfiguration smart constructor.

Constructors

StatisticsConfiguration' 

Fields

Instances

Instances details
FromJSON StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

ToJSON StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Generic StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Associated Types

type Rep StatisticsConfiguration :: Type -> Type #

Read StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Show StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

NFData StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Methods

rnf :: StatisticsConfiguration -> () #

Eq StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Hashable StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

type Rep StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

type Rep StatisticsConfiguration = D1 ('MetaData "StatisticsConfiguration" "Amazonka.DataBrew.Types.StatisticsConfiguration" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "StatisticsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includedStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StatisticOverride)))))

newStatisticsConfiguration :: StatisticsConfiguration Source #

Create a value of StatisticsConfiguration 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:includedStatistics:StatisticsConfiguration', statisticsConfiguration_includedStatistics - List of included evaluations. When the list is undefined, all supported evaluations will be included.

$sel:overrides:StatisticsConfiguration', statisticsConfiguration_overrides - List of overrides for evaluations.

statisticsConfiguration_includedStatistics :: Lens' StatisticsConfiguration (Maybe (NonEmpty Text)) Source #

List of included evaluations. When the list is undefined, all supported evaluations will be included.