| 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.TrialComponentSourceDetail
Description
Synopsis
- data TrialComponentSourceDetail = TrialComponentSourceDetail' {}
- newTrialComponentSourceDetail :: TrialComponentSourceDetail
- trialComponentSourceDetail_processingJob :: Lens' TrialComponentSourceDetail (Maybe ProcessingJob)
- trialComponentSourceDetail_sourceArn :: Lens' TrialComponentSourceDetail (Maybe Text)
- trialComponentSourceDetail_trainingJob :: Lens' TrialComponentSourceDetail (Maybe TrainingJob)
- trialComponentSourceDetail_transformJob :: Lens' TrialComponentSourceDetail (Maybe TransformJob)
Documentation
data TrialComponentSourceDetail Source #
Detailed information about the source of a trial component. Either
ProcessingJob or TrainingJob is returned.
See: newTrialComponentSourceDetail smart constructor.
Constructors
| TrialComponentSourceDetail' | |
Fields
| |
Instances
newTrialComponentSourceDetail :: TrialComponentSourceDetail Source #
Create a value of TrialComponentSourceDetail 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:processingJob:TrialComponentSourceDetail', trialComponentSourceDetail_processingJob - Information about a processing job that's the source of a trial
component.
$sel:sourceArn:TrialComponentSourceDetail', trialComponentSourceDetail_sourceArn - The Amazon Resource Name (ARN) of the source.
$sel:trainingJob:TrialComponentSourceDetail', trialComponentSourceDetail_trainingJob - Information about a training job that's the source of a trial
component.
$sel:transformJob:TrialComponentSourceDetail', trialComponentSourceDetail_transformJob - Information about a transform job that's the source of a trial
component.
trialComponentSourceDetail_processingJob :: Lens' TrialComponentSourceDetail (Maybe ProcessingJob) Source #
Information about a processing job that's the source of a trial component.
trialComponentSourceDetail_sourceArn :: Lens' TrialComponentSourceDetail (Maybe Text) Source #
The Amazon Resource Name (ARN) of the source.
trialComponentSourceDetail_trainingJob :: Lens' TrialComponentSourceDetail (Maybe TrainingJob) Source #
Information about a training job that's the source of a trial component.
trialComponentSourceDetail_transformJob :: Lens' TrialComponentSourceDetail (Maybe TransformJob) Source #
Information about a transform job that's the source of a trial component.