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 algorithm hyperparameters and their values.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 algorithm hyperparameters and their values.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getAlgorithmHyperParametersin interfaceCfnSolution.SolutionConfigProperty- See Also:
-
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- See Also:
-
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- See Also:
-
getFeatureTransformationParameters
Description copied from interface:CfnSolution.SolutionConfigPropertyLists the feature transformation parameters.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getFeatureTransformationParametersin interfaceCfnSolution.SolutionConfigProperty- See Also:
-
getHpoConfig
Description copied from interface:CfnSolution.SolutionConfigPropertyDescribes the properties for hyperparameter optimization (HPO).- Specified by:
getHpoConfigin interfaceCfnSolution.SolutionConfigProperty- See Also:
-
$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()
-