static HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.builder() |
|
default HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.hyperParameterTuningJobObjective(Consumer<HyperParameterTuningJobObjective.Builder> hyperParameterTuningJobObjective) |
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.hyperParameterTuningJobObjective(HyperParameterTuningJobObjective hyperParameterTuningJobObjective) |
|
default HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.parameterRanges(Consumer<ParameterRanges.Builder> parameterRanges) |
The ParameterRanges
object that specifies the ranges of hyperparameters that this tuning job searches over to find the optimal
configuration for the highest model performance against your chosen objective metric.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.parameterRanges(ParameterRanges parameterRanges) |
The ParameterRanges
object that specifies the ranges of hyperparameters that this tuning job searches over to find the optimal
configuration for the highest model performance against your chosen objective metric.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.randomSeed(Integer randomSeed) |
A value used to initialize a pseudo-random number generator.
|
default HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.resourceLimits(Consumer<ResourceLimits.Builder> resourceLimits) |
The ResourceLimits
object that specifies the maximum number of training and parallel training jobs that can be used for this
hyperparameter tuning job.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.resourceLimits(ResourceLimits resourceLimits) |
The ResourceLimits
object that specifies the maximum number of training and parallel training jobs that can be used for this
hyperparameter tuning job.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.strategy(String strategy) |
Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training
job it launches.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.strategy(HyperParameterTuningJobStrategyType strategy) |
Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training
job it launches.
|
default HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.strategyConfig(Consumer<HyperParameterTuningJobStrategyConfig.Builder> strategyConfig) |
The configuration for the Hyperband optimization strategy.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.strategyConfig(HyperParameterTuningJobStrategyConfig strategyConfig) |
The configuration for the Hyperband optimization strategy.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.toBuilder() |
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.trainingJobEarlyStoppingType(String trainingJobEarlyStoppingType) |
Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.trainingJobEarlyStoppingType(TrainingJobEarlyStoppingType trainingJobEarlyStoppingType) |
Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job.
|
default HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.tuningJobCompletionCriteria(Consumer<TuningJobCompletionCriteria.Builder> tuningJobCompletionCriteria) |
The tuning job's completion criteria.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.tuningJobCompletionCriteria(TuningJobCompletionCriteria tuningJobCompletionCriteria) |
The tuning job's completion criteria.
|