Interface CandidateProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CandidateProperties.Builder,,- CandidateProperties> - SdkBuilder<CandidateProperties.Builder,,- CandidateProperties> - SdkPojo
- Enclosing class:
- CandidateProperties
@Mutable
@NotThreadSafe
public static interface CandidateProperties.Builder
extends SdkPojo, CopyableBuilder<CandidateProperties.Builder,CandidateProperties> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CandidateProperties.BuildercandidateArtifactLocations(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
candidateArtifactLocationsCandidateProperties.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.
 
- 
candidateArtifactLocationsdefault 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.Builderavoiding the need to create one manually viaCandidateArtifactLocations.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocandidateArtifactLocations(CandidateArtifactLocations).- Parameters:
- candidateArtifactLocations- a consumer that will call methods on- CandidateArtifactLocations.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
candidateMetricsInformation 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.
 
- 
candidateMetricsInformation 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.
 
- 
candidateMetricsInformation about the candidate metrics for an AutoML job. This is a convenience method that creates an instance of theMetricDatum.Builderavoiding the need to create one manually viaMetricDatum.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocandidateMetrics(List<MetricDatum>).- Parameters:
- candidateMetrics- a consumer that will call methods on- MetricDatum.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-