public static final class CfnSolution.SolutionConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSolution.SolutionConfigProperty
CfnSolution.SolutionConfigProperty
CfnSolution.SolutionConfigProperty.Builder, CfnSolution.SolutionConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAlgorithmHyperParameters()
Lists the hyperparameter names and ranges.
|
java.lang.Object |
getAutoMlConfig()
The [AutoMLConfig](https://docs.aws.amazon.com/personalize/latest/dg/API_AutoMLConfig.html) object containing a list of recipes to search when AutoML is performed.
|
java.lang.String |
getEventValueThreshold()
Only events with a value greater than or equal to this threshold are used for training a model.
|
java.lang.Object |
getFeatureTransformationParameters()
Lists the feature transformation parameters.
|
java.lang.Object |
getHpoConfig()
Describes the properties for hyperparameter optimization (HPO).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAlgorithmHyperParameters()
CfnSolution.SolutionConfigProperty
getAlgorithmHyperParameters
in interface CfnSolution.SolutionConfigProperty
public final java.lang.Object getAutoMlConfig()
CfnSolution.SolutionConfigProperty
getAutoMlConfig
in interface CfnSolution.SolutionConfigProperty
public final java.lang.String getEventValueThreshold()
CfnSolution.SolutionConfigProperty
getEventValueThreshold
in interface CfnSolution.SolutionConfigProperty
public final java.lang.Object getFeatureTransformationParameters()
CfnSolution.SolutionConfigProperty
getFeatureTransformationParameters
in interface CfnSolution.SolutionConfigProperty
public final java.lang.Object getHpoConfig()
CfnSolution.SolutionConfigProperty
getHpoConfig
in interface CfnSolution.SolutionConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()