Class CfnSolutionPropsMixin.SolutionConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnSolutionPropsMixin.SolutionConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSolutionPropsMixin.SolutionConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSolutionPropsMixin.SolutionConfigProperty
@Stability(Stable)
@Internal
public static final class CfnSolutionPropsMixin.SolutionConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSolutionPropsMixin.SolutionConfigProperty
An implementation for
CfnSolutionPropsMixin.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.cfnpropertymixins.services.personalize.CfnSolutionPropsMixin.SolutionConfigProperty
CfnSolutionPropsMixin.SolutionConfigProperty.Builder, CfnSolutionPropsMixin.SolutionConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSolutionPropsMixin.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 theCfnSolutionPropsMixin.SolutionConfigProperty.Builder.
-
-
Method Details
-
getAlgorithmHyperParameters
Description copied from interface:CfnSolutionPropsMixin.SolutionConfigPropertyLists the algorithm hyperparameters and their values.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getAlgorithmHyperParametersin interfaceCfnSolutionPropsMixin.SolutionConfigProperty- See Also:
-
getAutoMlConfig
Description copied from interface:CfnSolutionPropsMixin.SolutionConfigPropertyThe AutoMLConfig object containing a list of recipes to search when AutoML is performed.- Specified by:
getAutoMlConfigin interfaceCfnSolutionPropsMixin.SolutionConfigProperty- See Also:
-
getEventValueThreshold
Description copied from interface:CfnSolutionPropsMixin.SolutionConfigPropertyOnly events with a value greater than or equal to this threshold are used for training a model.- Specified by:
getEventValueThresholdin interfaceCfnSolutionPropsMixin.SolutionConfigProperty- See Also:
-
getFeatureTransformationParameters
Description copied from interface:CfnSolutionPropsMixin.SolutionConfigPropertyLists the feature transformation parameters.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getFeatureTransformationParametersin interfaceCfnSolutionPropsMixin.SolutionConfigProperty- See Also:
-
getHpoConfig
Description copied from interface:CfnSolutionPropsMixin.SolutionConfigPropertyDescribes the properties for hyperparameter optimization (HPO).- Specified by:
getHpoConfigin interfaceCfnSolutionPropsMixin.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()
-