| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CandidateProperties |
CandidateProperties.clone() |
CandidateProperties |
AutoMLCandidate.getCandidateProperties()
The properties of an AutoML candidate job.
|
CandidateProperties |
CandidateProperties.withCandidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
CandidateProperties |
CandidateProperties.withCandidateMetrics(Collection<MetricDatum> candidateMetrics)
Information about the candidate metrics for an AutoML job.
|
CandidateProperties |
CandidateProperties.withCandidateMetrics(MetricDatum... candidateMetrics)
Information about the candidate metrics for an AutoML job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoMLCandidate.setCandidateProperties(CandidateProperties candidateProperties)
The properties of an AutoML candidate job.
|
AutoMLCandidate |
AutoMLCandidate.withCandidateProperties(CandidateProperties candidateProperties)
The properties of an AutoML candidate job.
|
Copyright © 2023. All rights reserved.