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.ExperimentSource

Description

 
Synopsis

Documentation

data ExperimentSource Source #

The source of the experiment.

See: newExperimentSource smart constructor.

Constructors

ExperimentSource' 

Fields

Instances

Instances details
Eq ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Read ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Show ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Generic ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Associated Types

type Rep ExperimentSource :: Type -> Type #

NFData ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Methods

rnf :: ExperimentSource -> () #

Hashable ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

FromJSON ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

type Rep ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

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

newExperimentSource Source #

Create a value of ExperimentSource 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:sourceType:ExperimentSource', experimentSource_sourceType - The source type.

$sel:sourceArn:ExperimentSource', experimentSource_sourceArn - The Amazon Resource Name (ARN) of the source.

experimentSource_sourceArn :: Lens' ExperimentSource Text Source #

The Amazon Resource Name (ARN) of the source.