@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HPOConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes the properties for hyperparameter optimization (HPO). For use with the bring-your-own-recipe feature. Do not use for Amazon Personalize native recipes.
Constructor and Description |
---|
HPOConfig() |
Modifier and Type | Method and Description |
---|---|
HPOConfig |
clone() |
boolean |
equals(Object obj) |
HyperParameterRanges |
getAlgorithmHyperParameterRanges()
The hyperparameters and their allowable ranges.
|
HPOObjective |
getHpoObjective()
The metric to optimize during HPO.
|
HPOResourceConfig |
getHpoResourceConfig()
Describes the resource configuration for HPO.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlgorithmHyperParameterRanges(HyperParameterRanges algorithmHyperParameterRanges)
The hyperparameters and their allowable ranges.
|
void |
setHpoObjective(HPOObjective hpoObjective)
The metric to optimize during HPO.
|
void |
setHpoResourceConfig(HPOResourceConfig hpoResourceConfig)
Describes the resource configuration for HPO.
|
String |
toString()
Returns a string representation of this object.
|
HPOConfig |
withAlgorithmHyperParameterRanges(HyperParameterRanges algorithmHyperParameterRanges)
The hyperparameters and their allowable ranges.
|
HPOConfig |
withHpoObjective(HPOObjective hpoObjective)
The metric to optimize during HPO.
|
HPOConfig |
withHpoResourceConfig(HPOResourceConfig hpoResourceConfig)
Describes the resource configuration for HPO.
|
public void setHpoObjective(HPOObjective hpoObjective)
The metric to optimize during HPO.
hpoObjective
- The metric to optimize during HPO.public HPOObjective getHpoObjective()
The metric to optimize during HPO.
public HPOConfig withHpoObjective(HPOObjective hpoObjective)
The metric to optimize during HPO.
hpoObjective
- The metric to optimize during HPO.public void setHpoResourceConfig(HPOResourceConfig hpoResourceConfig)
Describes the resource configuration for HPO.
hpoResourceConfig
- Describes the resource configuration for HPO.public HPOResourceConfig getHpoResourceConfig()
Describes the resource configuration for HPO.
public HPOConfig withHpoResourceConfig(HPOResourceConfig hpoResourceConfig)
Describes the resource configuration for HPO.
hpoResourceConfig
- Describes the resource configuration for HPO.public void setAlgorithmHyperParameterRanges(HyperParameterRanges algorithmHyperParameterRanges)
The hyperparameters and their allowable ranges.
algorithmHyperParameterRanges
- The hyperparameters and their allowable ranges.public HyperParameterRanges getAlgorithmHyperParameterRanges()
The hyperparameters and their allowable ranges.
public HPOConfig withAlgorithmHyperParameterRanges(HyperParameterRanges algorithmHyperParameterRanges)
The hyperparameters and their allowable ranges.
algorithmHyperParameterRanges
- The hyperparameters and their allowable ranges.public String toString()
toString
in class Object
Object.toString()
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.