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.
|
CandidateProperties.Builder |
candidateMetrics(Collection<MetricDatum> candidateMetrics)
Information about the candidate metrics for an AutoML job.
|
CandidateProperties.Builder |
candidateMetrics(Consumer<MetricDatum.Builder>... candidateMetrics)
Information about the candidate metrics for an AutoML job.
|
CandidateProperties.Builder |
candidateMetrics(MetricDatum... candidateMetrics)
Information about the candidate metrics for an AutoML job.
|
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 method 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)CandidateProperties.Builder candidateMetrics(Collection<MetricDatum> candidateMetrics)
Information about the candidate metrics for an AutoML job.
candidateMetrics - Information about the candidate metrics for an AutoML job.CandidateProperties.Builder candidateMetrics(MetricDatum... candidateMetrics)
Information about the candidate metrics for an AutoML job.
candidateMetrics - Information about the candidate metrics for an AutoML job.CandidateProperties.Builder candidateMetrics(Consumer<MetricDatum.Builder>... candidateMetrics)
Information about the candidate metrics for an AutoML job.
This is a convenience method that creates an instance of theMetricDatum.Builder avoiding the need to create one
manually via MetricDatum.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #candidateMetrics(List.
candidateMetrics - a consumer that will call methods on
MetricDatum.Builder#candidateMetrics(java.util.Collection) Copyright © 2022. All rights reserved.