Personalize Solution

Personalize Solution in AWS is a resource that represents a machine learning solution created with Amazon Personalize. A solution is the trained model that uses your datasets and recipes to generate personalized recommendations. It contains information about the training configuration, status, metrics, and versioning of the solution. This resource is central to deploying recommendation systems tailored to user behavior and item data.

aws.personalize_solution

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
auto_ml_resultcorejsonWhen performAutoML is true, specifies the best recipe found.
creation_date_timecoretimestampThe creation date and time (in Unix time) of the solution.
dataset_group_arncorestringThe Amazon Resource Name (ARN) of the dataset group that provides the training data.
event_typecorestringThe event type (for example, 'click' or 'like') that is used for training the model. If no eventType is provided, Amazon Personalize uses all interactions for training with equal weight regardless of type.
last_updated_date_timecoretimestampThe date and time (in Unix time) that the solution was last updated.
latest_solution_updatecorejsonProvides a summary of the latest updates to the solution.
latest_solution_versioncorejsonDescribes the latest version of the solution, including the status and the ARN.
namecorestringThe name of the solution.
perform_auto_mlcoreboolWe don't recommend enabling automated machine learning. Instead, match your use case to the available Amazon Personalize recipes. For more information, see Determining your use case. 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). When false (the default), Amazon Personalize uses recipeArn for training.
perform_auto_trainingcoreboolSpecifies whether the solution automatically creates solution versions. The default is True and the solution automatically creates new solution versions every 7 days. For more information about auto training, see Creating and configuring a solution.
perform_hpocoreboolWhether to perform hyperparameter optimization (HPO) on the chosen recipe. The default is false.
recipe_arncorestringThe ARN of the recipe used to create the solution. This is required when performAutoML is false.
solution_arncorestringThe ARN of the solution.
solution_configcorejsonDescribes the configuration properties for the solution.
statuscorestringThe status of the solution. A solution can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
tagscorehstore