| Package | Description |
|---|---|
| software.amazon.awscdk.services.personalize |
AWS::Personalize Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnSolution.Builder |
CfnSolution.Builder.create(software.constructs.Construct scope,
String id) |
CfnSolution.Builder |
CfnSolution.Builder.datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
|
CfnSolution.Builder |
CfnSolution.Builder.eventType(String eventType)
The event type (for example, 'click' or 'like') that is used for training the model.
|
CfnSolution.Builder |
CfnSolution.Builder.name(String name)
The name of the solution.
|
CfnSolution.Builder |
CfnSolution.Builder.performAutoMl(Boolean performAutoMl)
When true, Amazon Personalize performs a search for the best USER_PERSONALIZATION recipe from the list specified in the solution configuration ( `recipeArn` must not be specified).
|
CfnSolution.Builder |
CfnSolution.Builder.performAutoMl(IResolvable performAutoMl)
When true, Amazon Personalize performs a search for the best USER_PERSONALIZATION recipe from the list specified in the solution configuration ( `recipeArn` must not be specified).
|
CfnSolution.Builder |
CfnSolution.Builder.performHpo(Boolean performHpo)
Whether to perform hyperparameter optimization (HPO) on the chosen recipe.
|
CfnSolution.Builder |
CfnSolution.Builder.performHpo(IResolvable performHpo)
Whether to perform hyperparameter optimization (HPO) on the chosen recipe.
|
CfnSolution.Builder |
CfnSolution.Builder.recipeArn(String recipeArn)
The ARN of the recipe used to create the solution.
|
CfnSolution.Builder |
CfnSolution.Builder.solutionConfig(CfnSolution.SolutionConfigProperty solutionConfig)
Describes the configuration properties for the solution.
|
CfnSolution.Builder |
CfnSolution.Builder.solutionConfig(IResolvable solutionConfig)
Describes the configuration properties for the solution.
|
Copyright © 2022. All rights reserved.