Personalize Recipe

An AWS Personalize Recipe is a predefined algorithm that guides how data is processed to generate personalized recommendations. Recipes define the underlying machine learning model and training approach, such as user personalization, ranking, or related items. When creating a solution in Amazon Personalize, you select a recipe that best matches your use case, and the service handles the training and deployment of the model.

aws.personalize_recipe

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
algorithm_arncorestringThe Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
creation_date_timecoretimestampThe date and time (in Unix format) that the recipe was created.
descriptioncorestringThe description of the recipe.
feature_transformation_arncorestringThe ARN of the FeatureTransformation object.
last_updated_date_timecoretimestampThe date and time (in Unix format) that the recipe was last updated.
namecorestringThe name of the recipe.
recipe_arncorestringThe Amazon Resource Name (ARN) of the recipe.
recipe_typecorestringOne of the following values: PERSONALIZED_RANKING RELATED_ITEMS USER_PERSONALIZATION
statuscorestringThe status of the recipe.
tagscorehstore