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

Description

 
Synopsis

Documentation

data Trial Source #

The properties of a trial as returned by the Search API.

See: newTrial smart constructor.

Constructors

Trial' 

Fields

Instances

Instances details
Eq Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

(==) :: Trial -> Trial -> Bool #

(/=) :: Trial -> Trial -> Bool #

Read Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Show Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

showsPrec :: Int -> Trial -> ShowS #

show :: Trial -> String #

showList :: [Trial] -> ShowS #

Generic Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Associated Types

type Rep Trial :: Type -> Type #

Methods

from :: Trial -> Rep Trial x #

to :: Rep Trial x -> Trial #

NFData Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

rnf :: Trial -> () #

Hashable Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

hashWithSalt :: Int -> Trial -> Int #

hash :: Trial -> Int #

FromJSON Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

type Rep Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

type Rep Trial = D1 ('MetaData "Trial" "Amazonka.SageMaker.Types.Trial" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Trial'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)) :*: S1 ('MetaSel ('Just "trialComponentSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrialComponentSimpleSummary])))) :*: (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "source") '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)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))

newTrial :: Trial Source #

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

$sel:metadataProperties:Trial', trial_metadataProperties - Undocumented member.

$sel:trialComponentSummaries:Trial', trial_trialComponentSummaries - A list of the components associated with the trial. For each component, a summary of the component's properties is included.

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

$sel:createdBy:Trial', trial_createdBy - Who created the trial.

$sel:lastModifiedTime:Trial', trial_lastModifiedTime - Who last modified the trial.

$sel:experimentName:Trial', trial_experimentName - The name of the experiment the trial is part of.

$sel:source:Trial', trial_source - Undocumented member.

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

$sel:trialName:Trial', trial_trialName - The name of the trial.

$sel:lastModifiedBy:Trial', trial_lastModifiedBy - Undocumented member.

$sel:tags:Trial', trial_tags - The list of tags that are associated with the trial. You can use Search API to search on the tags.

trial_creationTime :: Lens' Trial (Maybe UTCTime) Source #

When the trial was created.

trial_trialComponentSummaries :: Lens' Trial (Maybe [TrialComponentSimpleSummary]) Source #

A list of the components associated with the trial. For each component, a summary of the component's properties is included.

trial_trialArn :: Lens' Trial (Maybe Text) Source #

The Amazon Resource Name (ARN) of the trial.

trial_createdBy :: Lens' Trial (Maybe UserContext) Source #

Who created the trial.

trial_lastModifiedTime :: Lens' Trial (Maybe UTCTime) Source #

Who last modified the trial.

trial_experimentName :: Lens' Trial (Maybe Text) Source #

The name of the experiment the trial is part of.

trial_source :: Lens' Trial (Maybe TrialSource) Source #

Undocumented member.

trial_displayName :: Lens' Trial (Maybe Text) Source #

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

trial_trialName :: Lens' Trial (Maybe Text) Source #

The name of the trial.

trial_tags :: Lens' Trial (Maybe [Tag]) Source #

The list of tags that are associated with the trial. You can use Search API to search on the tags.