CreateSolutionRequest
Types
Properties
The Amazon Resource Name (ARN) of the dataset group that provides the training data.
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 the solution uses automatic training to create new solution versions (trained models). The default is True
and the solution automatically creates new solution versions every 7 days. You can change the training frequency by specifying a schedulingExpression
in the AutoTrainingConfig
as part of solution configuration. For more information about automatic training, see Configuring automatic training.
Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false
.
The Amazon Resource Name (ARN) of the recipe to use for model training. This is required when performAutoML
is false. For information about different Amazon Personalize recipes and their ARNs, see Choosing a recipe.
The configuration properties for the solution. When performAutoML
is set to true, Amazon Personalize only evaluates the autoMLConfig
section of the solution configuration.