libZSservicesZSamazonka-databrewZSamazonka-databrew
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Read StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Show 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 #

NFData StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

Methods

rnf :: StatisticsConfiguration -> () #

Hashable StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

ToJSON StatisticsConfiguration Source # 
Instance details

Defined in Amazonka.DataBrew.Types.StatisticsConfiguration

FromJSON 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" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StatisticsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StatisticOverride))) :*: S1 ('MetaSel ('Just "includedStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

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:overrides:StatisticsConfiguration', statisticsConfiguration_overrides - List of overrides for evaluations.

$sel:includedStatistics:StatisticsConfiguration', statisticsConfiguration_includedStatistics - List of included evaluations. When the list is undefined, all supported evaluations will be included.

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

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