@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HyperParameterTuningJobConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for a hyperparameter tuning job. This object is specified in the CreatePredictor request.
A hyperparameter is a parameter that governs the model training process and is set before training starts. This is as opposed to a model parameter that is determined during training. The values of the hyperparameters have an effect on the chosen model parameters.
A hyperparameter tuning job is the process of choosing the optimum set of hyperparameter values that optimize a specified metric. This is accomplished by running many training jobs over a range of hyperparameter values. The optimum set of values is dependent on the algorithm, the training data, and the given metric objective.
Constructor and Description |
---|
HyperParameterTuningJobConfig() |
Modifier and Type | Method and Description |
---|---|
HyperParameterTuningJobConfig |
clone() |
boolean |
equals(Object obj) |
ParameterRanges |
getParameterRanges()
Specifies the ranges of valid values for the hyperparameters.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setParameterRanges(ParameterRanges parameterRanges)
Specifies the ranges of valid values for the hyperparameters.
|
String |
toString()
Returns a string representation of this object.
|
HyperParameterTuningJobConfig |
withParameterRanges(ParameterRanges parameterRanges)
Specifies the ranges of valid values for the hyperparameters.
|
public void setParameterRanges(ParameterRanges parameterRanges)
Specifies the ranges of valid values for the hyperparameters.
parameterRanges
- Specifies the ranges of valid values for the hyperparameters.public ParameterRanges getParameterRanges()
Specifies the ranges of valid values for the hyperparameters.
public HyperParameterTuningJobConfig withParameterRanges(ParameterRanges parameterRanges)
Specifies the ranges of valid values for the hyperparameters.
parameterRanges
- Specifies the ranges of valid values for the hyperparameters.public String toString()
toString
in class Object
Object.toString()
public HyperParameterTuningJobConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.