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

Description

 
Synopsis

Documentation

data TrialComponentSimpleSummary Source #

A short summary of a trial component.

See: newTrialComponentSimpleSummary smart constructor.

Constructors

TrialComponentSimpleSummary' 

Fields

Instances

Instances details
Eq TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Read TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Show TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Generic TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Associated Types

type Rep TrialComponentSimpleSummary :: Type -> Type #

NFData TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Hashable TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

FromJSON TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

type Rep TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

type Rep TrialComponentSimpleSummary = D1 ('MetaData "TrialComponentSimpleSummary" "Amazonka.SageMaker.Types.TrialComponentSimpleSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentSimpleSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialComponentSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSource))))))

newTrialComponentSimpleSummary :: TrialComponentSimpleSummary Source #

Create a value of TrialComponentSimpleSummary 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:creationTime:TrialComponentSimpleSummary', trialComponentSimpleSummary_creationTime - When the component was created.

$sel:createdBy:TrialComponentSimpleSummary', trialComponentSimpleSummary_createdBy - Undocumented member.

$sel:trialComponentName:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentName - The name of the trial component.

$sel:trialComponentArn:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.

$sel:trialComponentSource:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentSource - Undocumented member.

trialComponentSimpleSummary_trialComponentArn :: Lens' TrialComponentSimpleSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the trial component.