| 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.ExperimentSummary
Description
Synopsis
- data ExperimentSummary = ExperimentSummary' {}
 - newExperimentSummary :: ExperimentSummary
 - experimentSummary_creationTime :: Lens' ExperimentSummary (Maybe UTCTime)
 - experimentSummary_displayName :: Lens' ExperimentSummary (Maybe Text)
 - experimentSummary_experimentArn :: Lens' ExperimentSummary (Maybe Text)
 - experimentSummary_experimentName :: Lens' ExperimentSummary (Maybe Text)
 - experimentSummary_experimentSource :: Lens' ExperimentSummary (Maybe ExperimentSource)
 - experimentSummary_lastModifiedTime :: Lens' ExperimentSummary (Maybe UTCTime)
 
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
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:displayName:ExperimentSummary', experimentSummary_displayName - The name of the experiment as displayed. If DisplayName isn't
 specified, ExperimentName is displayed.
$sel:experimentArn:ExperimentSummary', experimentSummary_experimentArn - The Amazon Resource Name (ARN) of the experiment.
$sel:experimentName:ExperimentSummary', experimentSummary_experimentName - The name of the experiment.
$sel:experimentSource:ExperimentSummary', experimentSummary_experimentSource - Undocumented member.
$sel:lastModifiedTime:ExperimentSummary', experimentSummary_lastModifiedTime - When the experiment was last modified.
experimentSummary_creationTime :: Lens' ExperimentSummary (Maybe UTCTime) Source #
When the experiment was created.
experimentSummary_displayName :: Lens' ExperimentSummary (Maybe Text) Source #
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_experimentName :: Lens' ExperimentSummary (Maybe Text) Source #
The name of the experiment.
experimentSummary_experimentSource :: Lens' ExperimentSummary (Maybe ExperimentSource) Source #
Undocumented member.
experimentSummary_lastModifiedTime :: Lens' ExperimentSummary (Maybe UTCTime) Source #
When the experiment was last modified.