aws.personalize.describe_recipe
Example SQL Queries
SELECT * FROMaws.personalize.describe_recipeWHERE"recipe_arn" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| recipe_arn Required Input Column The Amazon Resource Name (ARN) of the recipe to describe. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| recipe An object that describes the recipe. | STRUCT( |
Show child fields
| |