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

Description

 
Synopsis

Documentation

data TrialComponentSourceDetail Source #

Detailed information about the source of a trial component. Either ProcessingJob or TrainingJob is returned.

See: newTrialComponentSourceDetail smart constructor.

Constructors

TrialComponentSourceDetail' 

Fields

Instances

Instances details
Eq TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Read TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Show TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Generic TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Associated Types

type Rep TrialComponentSourceDetail :: Type -> Type #

NFData TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Hashable TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

FromJSON TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

type Rep TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

type Rep TrialComponentSourceDetail = D1 ('MetaData "TrialComponentSourceDetail" "Amazonka.SageMaker.Types.TrialComponentSourceDetail" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentSourceDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "trainingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJob)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "processingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingJob)) :*: S1 ('MetaSel ('Just "transformJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformJob)))))

newTrialComponentSourceDetail :: TrialComponentSourceDetail Source #

Create a value of TrialComponentSourceDetail 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:trainingJob:TrialComponentSourceDetail', trialComponentSourceDetail_trainingJob - Information about a training job that's the source of a trial component.

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

$sel:processingJob:TrialComponentSourceDetail', trialComponentSourceDetail_processingJob - Information about a processing job that's the source of a trial component.

$sel:transformJob:TrialComponentSourceDetail', trialComponentSourceDetail_transformJob - Information about a transform job that's the source of a trial component.

trialComponentSourceDetail_trainingJob :: Lens' TrialComponentSourceDetail (Maybe TrainingJob) Source #

Information about a training job that's the source of a trial component.

trialComponentSourceDetail_sourceArn :: Lens' TrialComponentSourceDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) of the source.

trialComponentSourceDetail_processingJob :: Lens' TrialComponentSourceDetail (Maybe ProcessingJob) Source #

Information about a processing job that's the source of a trial component.

trialComponentSourceDetail_transformJob :: Lens' TrialComponentSourceDetail (Maybe TransformJob) Source #

Information about a transform job that's the source of a trial component.