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

Description

 
Synopsis

Documentation

data TrialComponentSource Source #

The Amazon Resource Name (ARN) and job type of the source of a trial component.

See: newTrialComponentSource smart constructor.

Constructors

TrialComponentSource' 

Fields

Instances

Instances details
Eq TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Read TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Show TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Generic TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Associated Types

type Rep TrialComponentSource :: Type -> Type #

NFData TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Methods

rnf :: TrialComponentSource -> () #

Hashable TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

FromJSON TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

type Rep TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

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

newTrialComponentSource Source #

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

$sel:sourceArn:TrialComponentSource', trialComponentSource_sourceArn - The source ARN.