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

Description

 
Synopsis

Documentation

data TrialSource Source #

The source of the trial.

See: newTrialSource smart constructor.

Constructors

TrialSource' 

Fields

Instances

Instances details
Eq TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Read TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Show TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Generic TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Associated Types

type Rep TrialSource :: Type -> Type #

NFData TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Methods

rnf :: TrialSource -> () #

Hashable TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

FromJSON TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

type Rep TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

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

newTrialSource Source #

Create a value of TrialSource 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:TrialSource', trialSource_sourceType - The source job type.

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

trialSource_sourceArn :: Lens' TrialSource Text Source #

The Amazon Resource Name (ARN) of the source.