libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.Types.PipelineExperimentConfig

Description

 
Synopsis

Documentation

data PipelineExperimentConfig Source #

Specifies the names of the experiment and trial created by a pipeline.

See: newPipelineExperimentConfig smart constructor.

Constructors

PipelineExperimentConfig' 

Fields

Instances

Instances details
Eq PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Read PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Show PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Generic PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Associated Types

type Rep PipelineExperimentConfig :: Type -> Type #

NFData PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Hashable PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

FromJSON PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

type Rep PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

type Rep PipelineExperimentConfig = D1 ('MetaData "PipelineExperimentConfig" "Amazonka.SageMaker.Types.PipelineExperimentConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExperimentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPipelineExperimentConfig :: PipelineExperimentConfig Source #

Create a value of PipelineExperimentConfig 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:experimentName:PipelineExperimentConfig', pipelineExperimentConfig_experimentName - The name of the experiment.

$sel:trialName:PipelineExperimentConfig', pipelineExperimentConfig_trialName - The name of the trial.