View source: R/personalize_operations.R
personalize_create_solution | R Documentation |
By default, all new solutions use automatic training. With automatic training, you incur training costs while your solution is active. To avoid unnecessary costs, when you are finished you can update the solution to turn off automatic training. For information about training costs, see Amazon Personalize pricing.
See https://www.paws-r-sdk.com/docs/personalize_create_solution/ for full documentation.
personalize_create_solution(
name,
performHPO = NULL,
performAutoML = NULL,
performAutoTraining = NULL,
recipeArn = NULL,
datasetGroupArn,
eventType = NULL,
solutionConfig = NULL,
tags = NULL
)
name |
[required] The name for the solution. |
performHPO |
Whether to perform hyperparameter optimization (HPO) on the specified or
selected recipe. The default is When performing AutoML, this parameter is always |
performAutoML |
We don't recommend enabling automated machine learning. Instead, match your use case to the available Amazon Personalize recipes. For more information, see Choosing a recipe. Whether to perform automated machine learning (AutoML). The default is
When set to |
performAutoTraining |
Whether the solution uses automatic training to create new solution
versions (trained models). The default is Automatic solution version creation starts within one hour after the solution is ACTIVE. If you manually create a solution version within the hour, the solution skips the first automatic training. After training starts, you can get the solution version's Amazon
Resource Name (ARN) with the
|
recipeArn |
The Amazon Resource Name (ARN) of the recipe to use for model training.
This is required when |
datasetGroupArn |
[required] The Amazon Resource Name (ARN) of the dataset group that provides the training data. |
eventType |
When your have multiple event types (using an If you do not provide an |
solutionConfig |
The configuration properties for the solution. When Amazon Personalize doesn't support configuring the |
tags |
A list of tags to apply to the solution. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.