Recipe
Provides information about a recipe. Each recipe provides an algorithm that Amazon Personalize uses in model training when you use the CreateSolution operation.
Contents
- algorithmArn
-
The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):personalize:.*:.*:.+
Required: No
- creationDateTime
-
The date and time (in Unix format) that the recipe was created.
Type: Timestamp
Required: No
- description
-
The description of the recipe.
Type: String
Required: No
- featureTransformationArn
-
The ARN of the FeatureTransformation object.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):personalize:.*:.*:.+
Required: No
- lastUpdatedDateTime
-
The date and time (in Unix format) that the recipe was last updated.
Type: Timestamp
Required: No
- name
-
The name of the recipe.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9\-_]*
Required: No
- recipeArn
-
The Amazon Resource Name (ARN) of the recipe.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):personalize:.*:.*:.+
Required: No
- recipeType
-
One of the following values:
-
PERSONALIZED_RANKING
-
RELATED_ITEMS
-
USER_PERSONALIZATION
Type: String
Length Constraints: Maximum length of 256.
Required: No
-
- status
-
The status of the recipe.
Type: String
Length Constraints: Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: