| 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.CandidateProperties
Description
Synopsis
Documentation
data CandidateProperties Source #
The properties of an AutoML candidate job.
See: newCandidateProperties smart constructor.
Constructors
| CandidateProperties' | |
Fields
| |
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.