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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.personalize.CfnSolution.SolutionConfigProperty
CfnSolution.SolutionConfigProperty.Builder, CfnSolution.SolutionConfigProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSolution.SolutionConfigProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectLists the hyperparameter names and ranges.final ObjectThe AutoMLConfig object containing a list of recipes to search when AutoML is performed.final StringOnly events with a value greater than or equal to this threshold are used for training a model.final ObjectLists the feature transformation parameters.final ObjectDescribes the properties for hyperparameter optimization (HPO).final inthashCode()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.SolutionConfigPropertyLists the hyperparameter names and ranges.- Specified by:
 getAlgorithmHyperParametersin interfaceCfnSolution.SolutionConfigProperty
 - 
getAutoMlConfig
Description copied from interface:CfnSolution.SolutionConfigPropertyThe AutoMLConfig object containing a list of recipes to search when AutoML is performed.- Specified by:
 getAutoMlConfigin interfaceCfnSolution.SolutionConfigProperty
 - 
getEventValueThreshold
Description copied from interface:CfnSolution.SolutionConfigPropertyOnly events with a value greater than or equal to this threshold are used for training a model.- Specified by:
 getEventValueThresholdin interfaceCfnSolution.SolutionConfigProperty
 - 
getFeatureTransformationParameters
Description copied from interface:CfnSolution.SolutionConfigPropertyLists the feature transformation parameters.- Specified by:
 getFeatureTransformationParametersin interfaceCfnSolution.SolutionConfigProperty
 - 
getHpoConfig
Description copied from interface:CfnSolution.SolutionConfigPropertyDescribes the properties for hyperparameter optimization (HPO).- Specified by:
 getHpoConfigin interfaceCfnSolution.SolutionConfigProperty
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -