| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.Experiment
Description
Synopsis
- data Experiment = Experiment' {}
- newExperiment :: Experiment
- experiment_createdBy :: Lens' Experiment (Maybe UserContext)
- experiment_creationTime :: Lens' Experiment (Maybe UTCTime)
- experiment_description :: Lens' Experiment (Maybe Text)
- experiment_displayName :: Lens' Experiment (Maybe Text)
- experiment_experimentArn :: Lens' Experiment (Maybe Text)
- experiment_experimentName :: Lens' Experiment (Maybe Text)
- experiment_lastModifiedBy :: Lens' Experiment (Maybe UserContext)
- experiment_lastModifiedTime :: Lens' Experiment (Maybe UTCTime)
- experiment_source :: Lens' Experiment (Maybe ExperimentSource)
- experiment_tags :: Lens' Experiment (Maybe [Tag])
Documentation
data Experiment Source #
The properties of an experiment as returned by the Search API.
See: newExperiment smart constructor.
Constructors
| Experiment' | |
Fields
| |
Instances
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:createdBy:Experiment', experiment_createdBy - Who created the experiment.
$sel:creationTime:Experiment', experiment_creationTime - When the experiment was created.
$sel:description:Experiment', experiment_description - The description of the experiment.
$sel:displayName:Experiment', experiment_displayName - The name of the experiment as displayed. If DisplayName isn't
specified, ExperimentName is displayed.
$sel:experimentArn:Experiment', experiment_experimentArn - The Amazon Resource Name (ARN) of the experiment.
$sel:experimentName:Experiment', experiment_experimentName - The name of the experiment.
$sel:lastModifiedBy:Experiment', experiment_lastModifiedBy - Undocumented member.
$sel:lastModifiedTime:Experiment', experiment_lastModifiedTime - When the experiment was last modified.
$sel:source:Experiment', experiment_source - Undocumented member.
$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_createdBy :: Lens' Experiment (Maybe UserContext) Source #
Who created the experiment.
experiment_creationTime :: Lens' Experiment (Maybe UTCTime) Source #
When the experiment was created.
experiment_description :: Lens' Experiment (Maybe Text) Source #
The description 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_experimentArn :: Lens' Experiment (Maybe Text) Source #
The Amazon Resource Name (ARN) of the experiment.
experiment_experimentName :: Lens' Experiment (Maybe Text) Source #
The name of the experiment.
experiment_lastModifiedBy :: Lens' Experiment (Maybe UserContext) Source #
Undocumented member.
experiment_lastModifiedTime :: Lens' Experiment (Maybe UTCTime) Source #
When the experiment was last modified.
experiment_source :: Lens' Experiment (Maybe ExperimentSource) Source #
Undocumented member.
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.