public static interface HyperParameterTuningJobSearchEntity.Builder extends SdkPojo, CopyableBuilder<HyperParameterTuningJobSearchEntity.Builder,HyperParameterTuningJobSearchEntity>
| Modifier and Type | Method and Description |
|---|---|
default HyperParameterTuningJobSearchEntity.Builder |
bestTrainingJob(Consumer<HyperParameterTrainingJobSummary.Builder> bestTrainingJob)
Sets the value of the BestTrainingJob property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
bestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
Sets the value of the BestTrainingJob property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
creationTime(Instant creationTime)
The time that a hyperparameter tuning job was created.
|
HyperParameterTuningJobSearchEntity.Builder |
failureReason(String failureReason)
The error that was created when a hyperparameter tuning job failed.
|
HyperParameterTuningJobSearchEntity.Builder |
hyperParameterTuningEndTime(Instant hyperParameterTuningEndTime)
The time that a hyperparameter tuning job ended.
|
HyperParameterTuningJobSearchEntity.Builder |
hyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of a hyperparameter tuning job.
|
default HyperParameterTuningJobSearchEntity.Builder |
hyperParameterTuningJobConfig(Consumer<HyperParameterTuningJobConfig.Builder> hyperParameterTuningJobConfig)
Sets the value of the HyperParameterTuningJobConfig property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
hyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
Sets the value of the HyperParameterTuningJobConfig property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of a hyperparameter tuning job.
|
HyperParameterTuningJobSearchEntity.Builder |
hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of a hyperparameter tuning job.
|
HyperParameterTuningJobSearchEntity.Builder |
hyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of a hyperparameter tuning job.
|
HyperParameterTuningJobSearchEntity.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time that a hyperparameter tuning job was last modified.
|
default HyperParameterTuningJobSearchEntity.Builder |
objectiveStatusCounters(Consumer<ObjectiveStatusCounters.Builder> objectiveStatusCounters)
Sets the value of the ObjectiveStatusCounters property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
objectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
Sets the value of the ObjectiveStatusCounters property for this object.
|
default HyperParameterTuningJobSearchEntity.Builder |
overallBestTrainingJob(Consumer<HyperParameterTrainingJobSummary.Builder> overallBestTrainingJob)
Sets the value of the OverallBestTrainingJob property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
overallBestTrainingJob(HyperParameterTrainingJobSummary overallBestTrainingJob)
Sets the value of the OverallBestTrainingJob property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
tags(Collection<Tag> tags)
The tags associated with a hyperparameter tuning job.
|
HyperParameterTuningJobSearchEntity.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with a hyperparameter tuning job.
|
HyperParameterTuningJobSearchEntity.Builder |
tags(Tag... tags)
The tags associated with a hyperparameter tuning job.
|
default HyperParameterTuningJobSearchEntity.Builder |
trainingJobDefinition(Consumer<HyperParameterTrainingJobDefinition.Builder> trainingJobDefinition)
Sets the value of the TrainingJobDefinition property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
Sets the value of the TrainingJobDefinition property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
|
HyperParameterTuningJobSearchEntity.Builder |
trainingJobDefinitions(Consumer<HyperParameterTrainingJobDefinition.Builder>... trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
|
HyperParameterTuningJobSearchEntity.Builder |
trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
|
default HyperParameterTuningJobSearchEntity.Builder |
trainingJobStatusCounters(Consumer<TrainingJobStatusCounters.Builder> trainingJobStatusCounters)
Sets the value of the TrainingJobStatusCounters property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
trainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
Sets the value of the TrainingJobStatusCounters property for this object.
|
default HyperParameterTuningJobSearchEntity.Builder |
warmStartConfig(Consumer<HyperParameterTuningJobWarmStartConfig.Builder> warmStartConfig)
Sets the value of the WarmStartConfig property for this object.
|
HyperParameterTuningJobSearchEntity.Builder |
warmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)
Sets the value of the WarmStartConfig property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHyperParameterTuningJobSearchEntity.Builder hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of a hyperparameter tuning job.
hyperParameterTuningJobName - The name of a hyperparameter tuning job.HyperParameterTuningJobSearchEntity.Builder hyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of a hyperparameter tuning job.
hyperParameterTuningJobArn - The Amazon Resource Name (ARN) of a hyperparameter tuning job.HyperParameterTuningJobSearchEntity.Builder hyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
hyperParameterTuningJobConfig - The new value for the HyperParameterTuningJobConfig property for this object.default HyperParameterTuningJobSearchEntity.Builder hyperParameterTuningJobConfig(Consumer<HyperParameterTuningJobConfig.Builder> hyperParameterTuningJobConfig)
HyperParameterTuningJobConfig.Builder
avoiding the need to create one manually via HyperParameterTuningJobConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to hyperParameterTuningJobConfig(HyperParameterTuningJobConfig)
.hyperParameterTuningJobConfig - a consumer that will call methods on HyperParameterTuningJobConfig.BuilderhyperParameterTuningJobConfig(HyperParameterTuningJobConfig)HyperParameterTuningJobSearchEntity.Builder trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
trainingJobDefinition - The new value for the TrainingJobDefinition property for this object.default HyperParameterTuningJobSearchEntity.Builder trainingJobDefinition(Consumer<HyperParameterTrainingJobDefinition.Builder> trainingJobDefinition)
HyperParameterTrainingJobDefinition.Builder avoiding the need to create one manually via
HyperParameterTrainingJobDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to trainingJobDefinition(HyperParameterTrainingJobDefinition).trainingJobDefinition - a consumer that will call methods on HyperParameterTrainingJobDefinition.BuildertrainingJobDefinition(HyperParameterTrainingJobDefinition)HyperParameterTuningJobSearchEntity.Builder trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
trainingJobDefinitions - The job definitions included in a hyperparameter tuning job.HyperParameterTuningJobSearchEntity.Builder trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
trainingJobDefinitions - The job definitions included in a hyperparameter tuning job.HyperParameterTuningJobSearchEntity.Builder trainingJobDefinitions(Consumer<HyperParameterTrainingJobDefinition.Builder>... trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #trainingJobDefinitions(List) .trainingJobDefinitions - a consumer that will call methods on List.Builder #trainingJobDefinitions(List) HyperParameterTuningJobSearchEntity.Builder hyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of a hyperparameter tuning job.
hyperParameterTuningJobStatus - The status of a hyperparameter tuning job.HyperParameterTuningJobStatus,
HyperParameterTuningJobStatusHyperParameterTuningJobSearchEntity.Builder hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of a hyperparameter tuning job.
hyperParameterTuningJobStatus - The status of a hyperparameter tuning job.HyperParameterTuningJobStatus,
HyperParameterTuningJobStatusHyperParameterTuningJobSearchEntity.Builder creationTime(Instant creationTime)
The time that a hyperparameter tuning job was created.
creationTime - The time that a hyperparameter tuning job was created.HyperParameterTuningJobSearchEntity.Builder hyperParameterTuningEndTime(Instant hyperParameterTuningEndTime)
The time that a hyperparameter tuning job ended.
hyperParameterTuningEndTime - The time that a hyperparameter tuning job ended.HyperParameterTuningJobSearchEntity.Builder lastModifiedTime(Instant lastModifiedTime)
The time that a hyperparameter tuning job was last modified.
lastModifiedTime - The time that a hyperparameter tuning job was last modified.HyperParameterTuningJobSearchEntity.Builder trainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
trainingJobStatusCounters - The new value for the TrainingJobStatusCounters property for this object.default HyperParameterTuningJobSearchEntity.Builder trainingJobStatusCounters(Consumer<TrainingJobStatusCounters.Builder> trainingJobStatusCounters)
TrainingJobStatusCounters.Builder
avoiding the need to create one manually via TrainingJobStatusCounters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to trainingJobStatusCounters(TrainingJobStatusCounters).trainingJobStatusCounters - a consumer that will call methods on TrainingJobStatusCounters.BuildertrainingJobStatusCounters(TrainingJobStatusCounters)HyperParameterTuningJobSearchEntity.Builder objectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
objectiveStatusCounters - The new value for the ObjectiveStatusCounters property for this object.default HyperParameterTuningJobSearchEntity.Builder objectiveStatusCounters(Consumer<ObjectiveStatusCounters.Builder> objectiveStatusCounters)
ObjectiveStatusCounters.Builder avoiding
the need to create one manually via ObjectiveStatusCounters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to objectiveStatusCounters(ObjectiveStatusCounters).objectiveStatusCounters - a consumer that will call methods on ObjectiveStatusCounters.BuilderobjectiveStatusCounters(ObjectiveStatusCounters)HyperParameterTuningJobSearchEntity.Builder bestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
bestTrainingJob - The new value for the BestTrainingJob property for this object.default HyperParameterTuningJobSearchEntity.Builder bestTrainingJob(Consumer<HyperParameterTrainingJobSummary.Builder> bestTrainingJob)
HyperParameterTrainingJobSummary.Builder
avoiding the need to create one manually via HyperParameterTrainingJobSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to bestTrainingJob(HyperParameterTrainingJobSummary).bestTrainingJob - a consumer that will call methods on HyperParameterTrainingJobSummary.BuilderbestTrainingJob(HyperParameterTrainingJobSummary)HyperParameterTuningJobSearchEntity.Builder overallBestTrainingJob(HyperParameterTrainingJobSummary overallBestTrainingJob)
overallBestTrainingJob - The new value for the OverallBestTrainingJob property for this object.default HyperParameterTuningJobSearchEntity.Builder overallBestTrainingJob(Consumer<HyperParameterTrainingJobSummary.Builder> overallBestTrainingJob)
HyperParameterTrainingJobSummary.Builder
avoiding the need to create one manually via HyperParameterTrainingJobSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to overallBestTrainingJob(HyperParameterTrainingJobSummary).overallBestTrainingJob - a consumer that will call methods on HyperParameterTrainingJobSummary.BuilderoverallBestTrainingJob(HyperParameterTrainingJobSummary)HyperParameterTuningJobSearchEntity.Builder warmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)
warmStartConfig - The new value for the WarmStartConfig property for this object.default HyperParameterTuningJobSearchEntity.Builder warmStartConfig(Consumer<HyperParameterTuningJobWarmStartConfig.Builder> warmStartConfig)
HyperParameterTuningJobWarmStartConfig.Builder avoiding the need to create one manually via
HyperParameterTuningJobWarmStartConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to warmStartConfig(HyperParameterTuningJobWarmStartConfig).warmStartConfig - a consumer that will call methods on HyperParameterTuningJobWarmStartConfig.BuilderwarmStartConfig(HyperParameterTuningJobWarmStartConfig)HyperParameterTuningJobSearchEntity.Builder failureReason(String failureReason)
The error that was created when a hyperparameter tuning job failed.
failureReason - The error that was created when a hyperparameter tuning job failed.HyperParameterTuningJobSearchEntity.Builder tags(Collection<Tag> tags)
The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
tags - The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services
resources.HyperParameterTuningJobSearchEntity.Builder tags(Tag... tags)
The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
tags - The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services
resources.HyperParameterTuningJobSearchEntity.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2022. All rights reserved.