Interface CandidateProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CandidateProperties.Builder,
,CandidateProperties> SdkBuilder<CandidateProperties.Builder,
,CandidateProperties> SdkPojo
- Enclosing class:
CandidateProperties
public static interface CandidateProperties.Builder
extends SdkPojo, CopyableBuilder<CandidateProperties.Builder,CandidateProperties>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CandidateProperties.Builder
candidateArtifactLocations
(Consumer<CandidateArtifactLocations.Builder> candidateArtifactLocations) The Amazon S3 prefix to the artifacts generated for an AutoML candidate.candidateArtifactLocations
(CandidateArtifactLocations candidateArtifactLocations) The Amazon S3 prefix to the artifacts generated for an AutoML candidate.candidateMetrics
(Collection<MetricDatum> candidateMetrics) Information about the candidate metrics for an AutoML job.candidateMetrics
(Consumer<MetricDatum.Builder>... candidateMetrics) Information about the candidate metrics for an AutoML job.candidateMetrics
(MetricDatum... candidateMetrics) Information about the candidate metrics for an AutoML job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
candidateArtifactLocations
CandidateProperties.Builder candidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations) The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
- Parameters:
candidateArtifactLocations
- The Amazon S3 prefix to the artifacts generated for an AutoML candidate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
candidateArtifactLocations
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 viaCandidateArtifactLocations.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocandidateArtifactLocations(CandidateArtifactLocations)
.- Parameters:
candidateArtifactLocations
- a consumer that will call methods onCandidateArtifactLocations.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
candidateMetrics
Information about the candidate metrics for an AutoML job.
- Parameters:
candidateMetrics
- Information about the candidate metrics for an AutoML job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
candidateMetrics
Information about the candidate metrics for an AutoML job.
- Parameters:
candidateMetrics
- Information about the candidate metrics for an AutoML job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaMetricDatum.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocandidateMetrics(List<MetricDatum>)
.- Parameters:
candidateMetrics
- a consumer that will call methods onMetricDatum.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-