---
type: resource-type
title: Solution
description: aws resource type AWS::Personalize::Solution
name: Solution
lexicon: aws
resource_type: AWS::Personalize::Solution
---
`AWS::Personalize::Solution`, a resource type of the aws lexicon.

## Properties

- `DatasetGroupArn` (`string`, required): The ARN of the dataset group that provides the training data.
- `Name` (`string`, required): The name for the solution
- `EventType` (`string`, optional): When your have multiple event types (using an EVENT_TYPE schema field), this parameter specifies which event type (for example, 'click' or 'like') is used for training the model. If you do not provide an eventType, Amazon Personalize will use all interactions for training with equal weight regardless of type.
- `PerformAutoML` (`boolean`, optional): Whether to perform automated machine learning (AutoML). The default is false. For this case, you must specify recipeArn.
- `PerformHPO` (`boolean`, optional): Whether to perform hyperparameter optimization (HPO) on the specified or selected recipe. The default is false. When performing AutoML, this parameter is always true and you should not set it to false.
- `RecipeArn` (`string`, optional): The ARN of the recipe to use for model training. Only specified when performAutoML is false.
- `SolutionArn` (`string`, optional)
- `SolutionConfig` (`Solution_SolutionConfig`, optional)

## Attributes

- `SolutionArn`
