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

Description

 
Synopsis

Documentation

data TrialSummary Source #

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.

See: newTrialSummary smart constructor.

Constructors

TrialSummary' 

Fields

Instances

Instances details
Eq TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Read TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Show TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Generic TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Associated Types

type Rep TrialSummary :: Type -> Type #

NFData TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Methods

rnf :: TrialSummary -> () #

Hashable TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

FromJSON TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

type Rep TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

type Rep TrialSummary = D1 ('MetaData "TrialSummary" "Amazonka.SageMaker.Types.TrialSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "trialSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialSource)) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTrialSummary :: TrialSummary Source #

Create a value of TrialSummary 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:TrialSummary', trialSummary_creationTime - When the trial was created.

$sel:trialArn:TrialSummary', trialSummary_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:lastModifiedTime:TrialSummary', trialSummary_lastModifiedTime - When the trial was last modified.

$sel:trialSource:TrialSummary', trialSummary_trialSource - Undocumented member.

$sel:displayName:TrialSummary', trialSummary_displayName - The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

$sel:trialName:TrialSummary', trialSummary_trialName - The name of the trial.

trialSummary_trialArn :: Lens' TrialSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the trial.

trialSummary_lastModifiedTime :: Lens' TrialSummary (Maybe UTCTime) Source #

When the trial was last modified.

trialSummary_displayName :: Lens' TrialSummary (Maybe Text) Source #

The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.