| 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.TrialSummary
Description
Synopsis
- data TrialSummary = TrialSummary' {}
 - newTrialSummary :: TrialSummary
 - trialSummary_creationTime :: Lens' TrialSummary (Maybe UTCTime)
 - trialSummary_displayName :: Lens' TrialSummary (Maybe Text)
 - trialSummary_lastModifiedTime :: Lens' TrialSummary (Maybe UTCTime)
 - trialSummary_trialArn :: Lens' TrialSummary (Maybe Text)
 - trialSummary_trialName :: Lens' TrialSummary (Maybe Text)
 - trialSummary_trialSource :: Lens' TrialSummary (Maybe TrialSource)
 
Documentation
data TrialSummary Source #
A summary of the properties of a trial. To get the complete set of
 properties, call the DescribeTrial API and provide the TrialName.
See: newTrialSummary smart constructor.
Constructors
| TrialSummary' | |
Fields 
  | |
Instances
newTrialSummary :: TrialSummary Source #
Create a value of TrialSummary 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:TrialSummary', trialSummary_creationTime - When the trial was created.
$sel:displayName:TrialSummary', trialSummary_displayName - The name of the trial as displayed. If DisplayName isn't specified,
 TrialName is displayed.
$sel:lastModifiedTime:TrialSummary', trialSummary_lastModifiedTime - When the trial was last modified.
$sel:trialArn:TrialSummary', trialSummary_trialArn - The Amazon Resource Name (ARN) of the trial.
$sel:trialName:TrialSummary', trialSummary_trialName - The name of the trial.
$sel:trialSource:TrialSummary', trialSummary_trialSource - Undocumented member.
trialSummary_creationTime :: Lens' TrialSummary (Maybe UTCTime) Source #
When the trial was created.
trialSummary_displayName :: Lens' TrialSummary (Maybe Text) Source #
The name of the trial as displayed. If DisplayName isn't specified,
 TrialName is displayed.
trialSummary_lastModifiedTime :: Lens' TrialSummary (Maybe UTCTime) Source #
When the trial was last modified.
trialSummary_trialArn :: Lens' TrialSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the trial.
trialSummary_trialName :: Lens' TrialSummary (Maybe Text) Source #
The name of the trial.
trialSummary_trialSource :: Lens' TrialSummary (Maybe TrialSource) Source #
Undocumented member.