| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CandidateArtifactLocations |
CandidateArtifactLocations.clone() |
CandidateArtifactLocations |
CandidateProperties.getCandidateArtifactLocations()
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
CandidateArtifactLocations |
CandidateArtifactLocations.withBacktestResults(String backtestResults)
The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window.
|
CandidateArtifactLocations |
CandidateArtifactLocations.withExplainability(String explainability)
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
|
CandidateArtifactLocations |
CandidateArtifactLocations.withModelInsights(String modelInsights)
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CandidateProperties.setCandidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
CandidateProperties |
CandidateProperties.withCandidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
Copyright © 2025. All rights reserved.