| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static CandidateProperties.Builder |
CandidateProperties.builder() |
CandidateProperties.Builder |
CandidateProperties.Builder.candidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
default CandidateProperties.Builder |
CandidateProperties.Builder.candidateArtifactLocations(Consumer<CandidateArtifactLocations.Builder> candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
CandidateProperties.Builder |
CandidateProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CandidateProperties.Builder> |
CandidateProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AutoMLCandidate.Builder |
AutoMLCandidate.Builder.candidateProperties(Consumer<CandidateProperties.Builder> candidateProperties)
The AutoML candidate's properties.
|
Copyright © 2021. All rights reserved.