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
Documentation
data CandidateProperties Source #
The properties of an AutoML candidate job.
See: newCandidateProperties
smart constructor.
CandidateProperties' | |
|
Instances
newCandidateProperties :: CandidateProperties Source #
Create a value of CandidateProperties
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:candidateArtifactLocations:CandidateProperties'
, candidateProperties_candidateArtifactLocations
- The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
$sel:candidateMetrics:CandidateProperties'
, candidateProperties_candidateMetrics
- Information about the candidate metrics for an AutoML job.
candidateProperties_candidateArtifactLocations :: Lens' CandidateProperties (Maybe CandidateArtifactLocations) Source #
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
candidateProperties_candidateMetrics :: Lens' CandidateProperties (Maybe [MetricDatum]) Source #
Information about the candidate metrics for an AutoML job.