| 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 |
Amazonka.SageMaker.Types.TrialComponentSource
Description
Documentation
data TrialComponentSource Source #
The Amazon Resource Name (ARN) and job type of the source of a trial component.
See: newTrialComponentSource smart constructor.
Constructors
| TrialComponentSource' | |
Fields
| |
Instances
newTrialComponentSource Source #
Arguments
| :: Text | |
| -> TrialComponentSource |
Create a value of TrialComponentSource 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:sourceType:TrialComponentSource', trialComponentSource_sourceType - The source job type.
$sel:sourceArn:TrialComponentSource', trialComponentSource_sourceArn - The source ARN.
trialComponentSource_sourceType :: Lens' TrialComponentSource (Maybe Text) Source #
The source job type.
trialComponentSource_sourceArn :: Lens' TrialComponentSource Text Source #
The source ARN.