Class CfnSolution.SolutionConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.personalize.CfnSolution.SolutionConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSolution.SolutionConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSolution.SolutionConfigProperty
@Stability(Stable)
@Internal
public static final class CfnSolution.SolutionConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSolution.SolutionConfigProperty
An implementation for
CfnSolution.SolutionConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.personalize.CfnSolution.SolutionConfigProperty
CfnSolution.SolutionConfigProperty.Builder, CfnSolution.SolutionConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSolution.SolutionConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Lists the algorithm hyperparameters and their values.final Object
The AutoMLConfig object containing a list of recipes to search when AutoML is performed.final String
Only events with a value greater than or equal to this threshold are used for training a model.final Object
Lists the feature transformation parameters.final Object
Describes the properties for hyperparameter optimization (HPO).final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSolution.SolutionConfigProperty.Builder
.
-
-
Method Details
-
getAlgorithmHyperParameters
Description copied from interface:CfnSolution.SolutionConfigProperty
Lists the algorithm hyperparameters and their values.- Specified by:
getAlgorithmHyperParameters
in interfaceCfnSolution.SolutionConfigProperty
- See Also:
-
getAutoMlConfig
Description copied from interface:CfnSolution.SolutionConfigProperty
The AutoMLConfig object containing a list of recipes to search when AutoML is performed.- Specified by:
getAutoMlConfig
in interfaceCfnSolution.SolutionConfigProperty
- See Also:
-
getEventValueThreshold
Description copied from interface:CfnSolution.SolutionConfigProperty
Only events with a value greater than or equal to this threshold are used for training a model.- Specified by:
getEventValueThreshold
in interfaceCfnSolution.SolutionConfigProperty
- See Also:
-
getFeatureTransformationParameters
Description copied from interface:CfnSolution.SolutionConfigProperty
Lists the feature transformation parameters.- Specified by:
getFeatureTransformationParameters
in interfaceCfnSolution.SolutionConfigProperty
- See Also:
-
getHpoConfig
Description copied from interface:CfnSolution.SolutionConfigProperty
Describes the properties for hyperparameter optimization (HPO).- Specified by:
getHpoConfig
in interfaceCfnSolution.SolutionConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-