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.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
FromJSON 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 #

Read TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Show TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

NFData TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Methods

rnf :: TrialComponentSource -> () #

Eq TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Hashable 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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 Amazon Resource Name (ARN).

trialComponentSource_sourceArn :: Lens' TrialComponentSource Text Source #

The source Amazon Resource Name (ARN).