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

Description

 
Synopsis

Documentation

data TrialComponentSummary Source #

A summary of the properties of a trial component. To get all the properties, call the DescribeTrialComponent API and provide the TrialComponentName.

See: newTrialComponentSummary smart constructor.

Constructors

TrialComponentSummary' 

Fields

Instances

Instances details
Eq TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Read TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Show TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Generic TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Associated Types

type Rep TrialComponentSummary :: Type -> Type #

NFData TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Methods

rnf :: TrialComponentSummary -> () #

Hashable TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

FromJSON TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

type Rep TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

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

newTrialComponentSummary :: TrialComponentSummary Source #

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

$sel:status:TrialComponentSummary', trialComponentSummary_status - The status of the component. States include:

  • InProgress
  • Completed
  • Failed

$sel:startTime:TrialComponentSummary', trialComponentSummary_startTime - When the component started.

$sel:createdBy:TrialComponentSummary', trialComponentSummary_createdBy - Who created the trial component.

$sel:lastModifiedTime:TrialComponentSummary', trialComponentSummary_lastModifiedTime - When the component was last modified.

$sel:endTime:TrialComponentSummary', trialComponentSummary_endTime - When the component ended.

$sel:trialComponentName:TrialComponentSummary', trialComponentSummary_trialComponentName - The name of the trial component.

$sel:displayName:TrialComponentSummary', trialComponentSummary_displayName - The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

$sel:lastModifiedBy:TrialComponentSummary', trialComponentSummary_lastModifiedBy - Who last modified the component.

$sel:trialComponentArn:TrialComponentSummary', trialComponentSummary_trialComponentArn - The ARN of the trial component.

$sel:trialComponentSource:TrialComponentSummary', trialComponentSummary_trialComponentSource - Undocumented member.

trialComponentSummary_status :: Lens' TrialComponentSummary (Maybe TrialComponentStatus) Source #

The status of the component. States include:

  • InProgress
  • Completed
  • Failed

trialComponentSummary_displayName :: Lens' TrialComponentSummary (Maybe Text) Source #

The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.