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

Description

 
Synopsis

Documentation

data ExperimentSummary Source #

A summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment API and provide the ExperimentName.

See: newExperimentSummary smart constructor.

Constructors

ExperimentSummary' 

Fields

Instances

Instances details
Eq ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Read ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Show ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Generic ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Associated Types

type Rep ExperimentSummary :: Type -> Type #

NFData ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Methods

rnf :: ExperimentSummary -> () #

Hashable ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

FromJSON ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

type Rep ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

type Rep ExperimentSummary = D1 ('MetaData "ExperimentSummary" "Amazonka.SageMaker.Types.ExperimentSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ExperimentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "experimentSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentSource)) :*: (S1 ('MetaSel ('Just "experimentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newExperimentSummary :: ExperimentSummary Source #

Create a value of ExperimentSummary 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:ExperimentSummary', experimentSummary_creationTime - When the experiment was created.

$sel:lastModifiedTime:ExperimentSummary', experimentSummary_lastModifiedTime - When the experiment was last modified.

$sel:experimentName:ExperimentSummary', experimentSummary_experimentName - The name of the experiment.

$sel:experimentSource:ExperimentSummary', experimentSummary_experimentSource - Undocumented member.

$sel:experimentArn:ExperimentSummary', experimentSummary_experimentArn - The Amazon Resource Name (ARN) of the experiment.

$sel:displayName:ExperimentSummary', experimentSummary_displayName - The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

experimentSummary_experimentArn :: Lens' ExperimentSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the experiment.

experimentSummary_displayName :: Lens' ExperimentSummary (Maybe Text) Source #

The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.