| 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.Parent
Description
Documentation
The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.
See: newParent smart constructor.
Constructors
| Parent' | |
Instances
| FromJSON Parent Source # | |
| Generic Parent Source # | |
| Read Parent Source # | |
| Show Parent Source # | |
| NFData Parent Source # | |
Defined in Amazonka.SageMaker.Types.Parent | |
| Eq Parent Source # | |
| Hashable Parent Source # | |
Defined in Amazonka.SageMaker.Types.Parent | |
| type Rep Parent Source # | |
Defined in Amazonka.SageMaker.Types.Parent type Rep Parent = D1 ('MetaData "Parent" "Amazonka.SageMaker.Types.Parent" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "Parent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Parent 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:experimentName:Parent', parent_experimentName - The name of the experiment.
$sel:trialName:Parent', parent_trialName - The name of the trial.