Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnSolutionPropsMixin.Builder
Packages that use CfnSolutionPropsMixin.Builder
-
Uses of CfnSolutionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.personalize
Methods in software.amazon.awscdk.cfnpropertymixins.services.personalize that return CfnSolutionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnSolutionPropsMixin.Builder.create()CfnSolutionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSolutionPropsMixin.Builder.datasetGroupArn(String datasetGroupArn) The Amazon Resource Name (ARN) of the dataset group that provides the training data.The event type (for example, 'click' or 'like') that is used for training the model.The name of the solution.CfnSolutionPropsMixin.Builder.performAutoMl(Boolean performAutoMl) CfnSolutionPropsMixin.Builder.performAutoMl(IResolvable performAutoMl) CfnSolutionPropsMixin.Builder.performHpo(Boolean performHpo) Whether to perform hyperparameter optimization (HPO) on the chosen recipe.CfnSolutionPropsMixin.Builder.performHpo(IResolvable performHpo) Whether to perform hyperparameter optimization (HPO) on the chosen recipe.The ARN of the recipe used to create the solution.CfnSolutionPropsMixin.Builder.solutionConfig(CfnSolutionPropsMixin.SolutionConfigProperty solutionConfig) Describes the configuration properties for the solution.CfnSolutionPropsMixin.Builder.solutionConfig(IResolvable solutionConfig) Describes the configuration properties for the solution.