v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1466276261.1 KB

Describes a recipe.

A recipe contains three items:

  • An algorithm that trains a model.

  • Hyperparameters that govern the training.

  • Feature transformation information for modifying the input data before training.

Amazon Personalize provides a set of predefined recipes. You specify a recipe when you create a solution with the CreateSolution API. CreateSolution trains a model by using the algorithm in the specified recipe and a training dataset. The solution, when deployed as a campaign, can provide recommendations using the GetRecommendations API.

post/#X-Amz-Target=AmazonPersonalize.DescribeRecipe

Headers

X-Amz-Target'AmazonPersonalize.DescribeRecipe' required

Request body

recipeArnstring required

The Amazon Resource Name (ARN) of the recipe to describe.

Response

Success