public static interface HyperParameterTuningJobSummary.Builder extends SdkPojo, CopyableBuilder<HyperParameterTuningJobSummary.Builder,HyperParameterTuningJobSummary>
Modifier and Type | Method and Description |
---|---|
HyperParameterTuningJobSummary.Builder |
creationTime(Instant creationTime)
The date and time that the tuning job was created.
|
HyperParameterTuningJobSummary.Builder |
hyperParameterTuningEndTime(Instant hyperParameterTuningEndTime)
The date and time that the tuning job ended.
|
HyperParameterTuningJobSummary.Builder |
hyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
HyperParameterTuningJobSummary.Builder |
hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
|
HyperParameterTuningJobSummary.Builder |
hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job.
|
HyperParameterTuningJobSummary.Builder |
hyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job.
|
HyperParameterTuningJobSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the tuning job was modified.
|
default HyperParameterTuningJobSummary.Builder |
objectiveStatusCounters(Consumer<ObjectiveStatusCounters.Builder> objectiveStatusCounters)
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by
objective metric status, that this tuning job launched.
|
HyperParameterTuningJobSummary.Builder |
objectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by
objective metric status, that this tuning job launched.
|
default HyperParameterTuningJobSummary.Builder |
resourceLimits(Consumer<ResourceLimits.Builder> resourceLimits)
The ResourceLimits object that specifies the maximum number of training jobs and parallel training
jobs allowed for this tuning job.
|
HyperParameterTuningJobSummary.Builder |
resourceLimits(ResourceLimits resourceLimits)
The ResourceLimits object that specifies the maximum number of training jobs and parallel training
jobs allowed for this tuning job.
|
HyperParameterTuningJobSummary.Builder |
strategy(HyperParameterTuningJobStrategyType strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each
iteration.
|
HyperParameterTuningJobSummary.Builder |
strategy(String strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each
iteration.
|
default HyperParameterTuningJobSummary.Builder |
trainingJobStatusCounters(Consumer<TrainingJobStatusCounters.Builder> trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by
status, that this tuning job launched.
|
HyperParameterTuningJobSummary.Builder |
trainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by
status, that this tuning job launched.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
HyperParameterTuningJobSummary.Builder hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
hyperParameterTuningJobName
- The name of the tuning job.HyperParameterTuningJobSummary.Builder hyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of the tuning job.HyperParameterTuningJobSummary.Builder hyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job.
hyperParameterTuningJobStatus
- The status of the tuning job.HyperParameterTuningJobStatus
,
HyperParameterTuningJobStatus
HyperParameterTuningJobSummary.Builder hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job.
hyperParameterTuningJobStatus
- The status of the tuning job.HyperParameterTuningJobStatus
,
HyperParameterTuningJobStatus
HyperParameterTuningJobSummary.Builder strategy(String strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.
strategy
- Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate
at each iteration.HyperParameterTuningJobStrategyType
,
HyperParameterTuningJobStrategyType
HyperParameterTuningJobSummary.Builder strategy(HyperParameterTuningJobStrategyType strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.
strategy
- Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate
at each iteration.HyperParameterTuningJobStrategyType
,
HyperParameterTuningJobStrategyType
HyperParameterTuningJobSummary.Builder creationTime(Instant creationTime)
The date and time that the tuning job was created.
creationTime
- The date and time that the tuning job was created.HyperParameterTuningJobSummary.Builder hyperParameterTuningEndTime(Instant hyperParameterTuningEndTime)
The date and time that the tuning job ended.
hyperParameterTuningEndTime
- The date and time that the tuning job ended.HyperParameterTuningJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the tuning job was modified.
lastModifiedTime
- The date and time that the tuning job was modified.HyperParameterTuningJobSummary.Builder trainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
trainingJobStatusCounters
- The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized
by status, that this tuning job launched.default HyperParameterTuningJobSummary.Builder trainingJobStatusCounters(Consumer<TrainingJobStatusCounters.Builder> trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
This is a convenience method that creates an instance of theTrainingJobStatusCounters.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.Builder
trainingJobStatusCounters(TrainingJobStatusCounters)
HyperParameterTuningJobSummary.Builder objectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.
objectiveStatusCounters
- The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by
objective metric status, that this tuning job launched.default HyperParameterTuningJobSummary.Builder objectiveStatusCounters(Consumer<ObjectiveStatusCounters.Builder> objectiveStatusCounters)
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.
This is a convenience method that creates an instance of theObjectiveStatusCounters.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.Builder
objectiveStatusCounters(ObjectiveStatusCounters)
HyperParameterTuningJobSummary.Builder resourceLimits(ResourceLimits resourceLimits)
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
resourceLimits
- The ResourceLimits object that specifies the maximum number of training jobs and parallel
training jobs allowed for this tuning job.default HyperParameterTuningJobSummary.Builder resourceLimits(Consumer<ResourceLimits.Builder> resourceLimits)
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
This is a convenience method that creates an instance of theResourceLimits.Builder
avoiding the need
to create one manually via ResourceLimits.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to resourceLimits(ResourceLimits)
.
resourceLimits
- a consumer that will call methods on ResourceLimits.Builder
resourceLimits(ResourceLimits)
Copyright © 2023. All rights reserved.