@Generated(value="software.amazon.awssdk:codegen") public final class HyperParameterTuningJobConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HyperParameterTuningJobConfig.Builder,HyperParameterTuningJobConfig>
Configures a hyperparameter tuning job.
Modifier and Type | Class and Description |
---|---|
static interface |
HyperParameterTuningJobConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static HyperParameterTuningJobConfig.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HyperParameterTuningJobObjective |
hyperParameterTuningJobObjective()
The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.
|
ParameterRanges |
parameterRanges()
The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches.
|
ResourceLimits |
resourceLimits()
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs
for this tuning job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HyperParameterTuningJobConfig.Builder> |
serializableBuilderClass() |
HyperParameterTuningJobStrategyType |
strategy()
Specifies the search strategy for hyperparameters.
|
String |
strategyAsString()
Specifies the search strategy for hyperparameters.
|
HyperParameterTuningJobConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public HyperParameterTuningJobStrategyType strategy()
Specifies the search strategy for hyperparameters. Currently, the only valid value is Bayesian
.
If the service returns an enum value that is not available in the current SDK version, strategy
will
return HyperParameterTuningJobStrategyType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from strategyAsString()
.
Bayesian
.HyperParameterTuningJobStrategyType
public String strategyAsString()
Specifies the search strategy for hyperparameters. Currently, the only valid value is Bayesian
.
If the service returns an enum value that is not available in the current SDK version, strategy
will
return HyperParameterTuningJobStrategyType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from strategyAsString()
.
Bayesian
.HyperParameterTuningJobStrategyType
public HyperParameterTuningJobObjective hyperParameterTuningJobObjective()
The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.
public ResourceLimits resourceLimits()
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs for this tuning job.
public ParameterRanges parameterRanges()
The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches.
public HyperParameterTuningJobConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HyperParameterTuningJobConfig.Builder,HyperParameterTuningJobConfig>
public static HyperParameterTuningJobConfig.Builder builder()
public static Class<? extends HyperParameterTuningJobConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.