public static interface CandidateProperties.Builder extends SdkPojo, CopyableBuilder<CandidateProperties.Builder,CandidateProperties>
| Modifier and Type | Method and Description |
|---|---|
CandidateProperties.Builder |
candidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
default CandidateProperties.Builder |
candidateArtifactLocations(Consumer<CandidateArtifactLocations.Builder> candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCandidateProperties.Builder candidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
candidateArtifactLocations - The Amazon S3 prefix to the artifacts generated for an AutoML candidate.default CandidateProperties.Builder candidateArtifactLocations(Consumer<CandidateArtifactLocations.Builder> candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
This is a convenience that creates an instance of theCandidateArtifactLocations.Builder avoiding the
need to create one manually via CandidateArtifactLocations.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to candidateArtifactLocations(CandidateArtifactLocations).candidateArtifactLocations - a consumer that will call methods on CandidateArtifactLocations.BuildercandidateArtifactLocations(CandidateArtifactLocations)Copyright © 2021. All rights reserved.