Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
Eq Parent Source # | |
Read Parent Source # | |
Show Parent Source # | |
Generic Parent Source # | |
NFData Parent Source # | |
Defined in Amazonka.SageMaker.Types.Parent | |
Hashable Parent Source # | |
Defined in Amazonka.SageMaker.Types.Parent | |
FromJSON Parent Source # | |
type Rep Parent Source # | |
Defined in Amazonka.SageMaker.Types.Parent type Rep Parent = D1 ('MetaData "Parent" "Amazonka.SageMaker.Types.Parent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" '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.