amazonka-sagemaker-2.0: Amazon SageMaker Service 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.SageMaker.Types.ParallelismConfiguration

Description

 
Synopsis

Documentation

data ParallelismConfiguration Source #

Configuration that controls the parallelism of the pipeline. By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.

See: newParallelismConfiguration smart constructor.

Constructors

ParallelismConfiguration' 

Fields

Instances

Instances details
FromJSON ParallelismConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParallelismConfiguration

ToJSON ParallelismConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParallelismConfiguration

Generic ParallelismConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParallelismConfiguration

Associated Types

type Rep ParallelismConfiguration :: Type -> Type #

Read ParallelismConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParallelismConfiguration

Show ParallelismConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParallelismConfiguration

NFData ParallelismConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParallelismConfiguration

Eq ParallelismConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParallelismConfiguration

Hashable ParallelismConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParallelismConfiguration

type Rep ParallelismConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParallelismConfiguration

type Rep ParallelismConfiguration = D1 ('MetaData "ParallelismConfiguration" "Amazonka.SageMaker.Types.ParallelismConfiguration" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ParallelismConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxParallelExecutionSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newParallelismConfiguration Source #

Create a value of ParallelismConfiguration 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:maxParallelExecutionSteps:ParallelismConfiguration', parallelismConfiguration_maxParallelExecutionSteps - The max number of steps that can be executed in parallel.

parallelismConfiguration_maxParallelExecutionSteps :: Lens' ParallelismConfiguration Natural Source #

The max number of steps that can be executed in parallel.