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

Description

 
Synopsis

Documentation

data Experiment Source #

The properties of an experiment as returned by the Search API.

See: newExperiment smart constructor.

Constructors

Experiment' 

Fields

Instances

Instances details
Eq Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Read Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Show Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Generic Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Associated Types

type Rep Experiment :: Type -> Type #

NFData Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Methods

rnf :: Experiment -> () #

Hashable Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

FromJSON Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

type Rep Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

newExperiment :: Experiment Source #

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

$sel:createdBy:Experiment', experiment_createdBy - Who created the experiment.

$sel:lastModifiedTime:Experiment', experiment_lastModifiedTime - When the experiment was last modified.

$sel:experimentName:Experiment', experiment_experimentName - The name of the experiment.

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

$sel:source:Experiment', experiment_source - Undocumented member.

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

$sel:lastModifiedBy:Experiment', experiment_lastModifiedBy - Undocumented member.

$sel:description:Experiment', experiment_description - The description of the experiment.

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

experiment_creationTime :: Lens' Experiment (Maybe UTCTime) Source #

When the experiment was created.

experiment_lastModifiedTime :: Lens' Experiment (Maybe UTCTime) Source #

When the experiment was last modified.

experiment_experimentName :: Lens' Experiment (Maybe Text) Source #

The name of the experiment.

experiment_experimentArn :: Lens' Experiment (Maybe Text) Source #

The Amazon Resource Name (ARN) of the experiment.

experiment_displayName :: Lens' Experiment (Maybe Text) Source #

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

experiment_description :: Lens' Experiment (Maybe Text) Source #

The description of the experiment.

experiment_tags :: Lens' Experiment (Maybe [Tag]) Source #

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