Solution Args
Resource schema for AWS::Personalize::Solution.
Example Usage
Example
No Java example available.
Example
No Java example available.
Properties
The ARN of the dataset group that provides the training data.
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.
Whether to perform automated machine learning (AutoML). The default is false. For this case, you must specify recipeArn.
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.
Describes the configuration properties for the solution.