| 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.CandidateArtifactLocations
Description
Synopsis
- data CandidateArtifactLocations = CandidateArtifactLocations' {}
- newCandidateArtifactLocations :: Text -> CandidateArtifactLocations
- candidateArtifactLocations_modelInsights :: Lens' CandidateArtifactLocations (Maybe Text)
- candidateArtifactLocations_explainability :: Lens' CandidateArtifactLocations Text
Documentation
data CandidateArtifactLocations Source #
The location of artifacts for an AutoML candidate job.
See: newCandidateArtifactLocations smart constructor.
Constructors
| CandidateArtifactLocations' | |
Fields
| |
Instances
newCandidateArtifactLocations Source #
Create a value of CandidateArtifactLocations 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:modelInsights:CandidateArtifactLocations', candidateArtifactLocations_modelInsights - The Amazon S3 prefix to the model insight artifacts generated for the
AutoML candidate.
$sel:explainability:CandidateArtifactLocations', candidateArtifactLocations_explainability - The Amazon S3 prefix to the explainability artifacts generated for the
AutoML candidate.
candidateArtifactLocations_modelInsights :: Lens' CandidateArtifactLocations (Maybe Text) Source #
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
candidateArtifactLocations_explainability :: Lens' CandidateArtifactLocations Text Source #
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.