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 AutoMLCandidateStep = AutoMLCandidateStep' {}
- newAutoMLCandidateStep :: CandidateStepType -> Text -> Text -> AutoMLCandidateStep
- autoMLCandidateStep_candidateStepType :: Lens' AutoMLCandidateStep CandidateStepType
- autoMLCandidateStep_candidateStepArn :: Lens' AutoMLCandidateStep Text
- autoMLCandidateStep_candidateStepName :: Lens' AutoMLCandidateStep Text
Documentation
data AutoMLCandidateStep Source #
Information about the steps for a candidate and what step it is working on.
See: newAutoMLCandidateStep
smart constructor.
AutoMLCandidateStep' | |
|
Instances
newAutoMLCandidateStep Source #
:: CandidateStepType | |
-> Text | |
-> Text | |
-> AutoMLCandidateStep |
Create a value of AutoMLCandidateStep
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:candidateStepType:AutoMLCandidateStep'
, autoMLCandidateStep_candidateStepType
- Whether the candidate is at the transform, training, or processing step.
$sel:candidateStepArn:AutoMLCandidateStep'
, autoMLCandidateStep_candidateStepArn
- The ARN for the candidate's step.
$sel:candidateStepName:AutoMLCandidateStep'
, autoMLCandidateStep_candidateStepName
- The name for the candidate's step.
autoMLCandidateStep_candidateStepType :: Lens' AutoMLCandidateStep CandidateStepType Source #
Whether the candidate is at the transform, training, or processing step.
autoMLCandidateStep_candidateStepArn :: Lens' AutoMLCandidateStep Text Source #
The ARN for the candidate's step.
autoMLCandidateStep_candidateStepName :: Lens' AutoMLCandidateStep Text Source #
The name for the candidate's step.