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 |
Synopsis
- data TrialComponentSourceDetail = TrialComponentSourceDetail' {}
- newTrialComponentSourceDetail :: TrialComponentSourceDetail
- trialComponentSourceDetail_trainingJob :: Lens' TrialComponentSourceDetail (Maybe TrainingJob)
- trialComponentSourceDetail_sourceArn :: Lens' TrialComponentSourceDetail (Maybe Text)
- trialComponentSourceDetail_processingJob :: Lens' TrialComponentSourceDetail (Maybe ProcessingJob)
- 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.
TrialComponentSourceDetail' | |
|
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:trainingJob:TrialComponentSourceDetail'
, trialComponentSourceDetail_trainingJob
- Information about a training job that's the source of a trial
component.
$sel:sourceArn:TrialComponentSourceDetail'
, trialComponentSourceDetail_sourceArn
- The Amazon Resource Name (ARN) of the source.
$sel:processingJob:TrialComponentSourceDetail'
, trialComponentSourceDetail_processingJob
- Information about a processing 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_trainingJob :: Lens' TrialComponentSourceDetail (Maybe TrainingJob) Source #
Information about a training 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_processingJob :: Lens' TrialComponentSourceDetail (Maybe ProcessingJob) Source #
Information about a processing 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.