@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TunedHPOParams extends Object implements Serializable, Cloneable, StructuredPojo
If hyperparameter optimization (HPO) was performed, contains the hyperparameter values of the best performing model.
Constructor and Description |
---|
TunedHPOParams() |
Modifier and Type | Method and Description |
---|---|
TunedHPOParams |
addAlgorithmHyperParametersEntry(String key,
String value)
Add a single AlgorithmHyperParameters entry
|
TunedHPOParams |
clearAlgorithmHyperParametersEntries()
Removes all the entries added into AlgorithmHyperParameters.
|
TunedHPOParams |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAlgorithmHyperParameters()
A list of the hyperparameter values of the best performing model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlgorithmHyperParameters(Map<String,String> algorithmHyperParameters)
A list of the hyperparameter values of the best performing model.
|
String |
toString()
Returns a string representation of this object.
|
TunedHPOParams |
withAlgorithmHyperParameters(Map<String,String> algorithmHyperParameters)
A list of the hyperparameter values of the best performing model.
|
public Map<String,String> getAlgorithmHyperParameters()
A list of the hyperparameter values of the best performing model.
public void setAlgorithmHyperParameters(Map<String,String> algorithmHyperParameters)
A list of the hyperparameter values of the best performing model.
algorithmHyperParameters
- A list of the hyperparameter values of the best performing model.public TunedHPOParams withAlgorithmHyperParameters(Map<String,String> algorithmHyperParameters)
A list of the hyperparameter values of the best performing model.
algorithmHyperParameters
- A list of the hyperparameter values of the best performing model.public TunedHPOParams addAlgorithmHyperParametersEntry(String key, String value)
public TunedHPOParams clearAlgorithmHyperParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public TunedHPOParams clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.