| 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.TrialComponentSimpleSummary
Description
Synopsis
- data TrialComponentSimpleSummary = TrialComponentSimpleSummary' {}
- newTrialComponentSimpleSummary :: TrialComponentSimpleSummary
- trialComponentSimpleSummary_createdBy :: Lens' TrialComponentSimpleSummary (Maybe UserContext)
- trialComponentSimpleSummary_creationTime :: Lens' TrialComponentSimpleSummary (Maybe UTCTime)
- trialComponentSimpleSummary_trialComponentArn :: Lens' TrialComponentSimpleSummary (Maybe Text)
- trialComponentSimpleSummary_trialComponentName :: Lens' TrialComponentSimpleSummary (Maybe Text)
- trialComponentSimpleSummary_trialComponentSource :: Lens' TrialComponentSimpleSummary (Maybe TrialComponentSource)
Documentation
data TrialComponentSimpleSummary Source #
A short summary of a trial component.
See: newTrialComponentSimpleSummary smart constructor.
Constructors
| TrialComponentSimpleSummary' | |
Fields
| |
Instances
newTrialComponentSimpleSummary :: TrialComponentSimpleSummary Source #
Create a value of TrialComponentSimpleSummary 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:TrialComponentSimpleSummary', trialComponentSimpleSummary_createdBy - Undocumented member.
$sel:creationTime:TrialComponentSimpleSummary', trialComponentSimpleSummary_creationTime - When the component was created.
$sel:trialComponentArn:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.
$sel:trialComponentName:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentName - The name of the trial component.
$sel:trialComponentSource:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentSource - Undocumented member.
trialComponentSimpleSummary_createdBy :: Lens' TrialComponentSimpleSummary (Maybe UserContext) Source #
Undocumented member.
trialComponentSimpleSummary_creationTime :: Lens' TrialComponentSimpleSummary (Maybe UTCTime) Source #
When the component was created.
trialComponentSimpleSummary_trialComponentArn :: Lens' TrialComponentSimpleSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the trial component.
trialComponentSimpleSummary_trialComponentName :: Lens' TrialComponentSimpleSummary (Maybe Text) Source #
The name of the trial component.
trialComponentSimpleSummary_trialComponentSource :: Lens' TrialComponentSimpleSummary (Maybe TrialComponentSource) Source #
Undocumented member.