View source: R/personalize_operations.R
personalize_list_recipes | R Documentation |
Returns a list of available recipes. The response provides the properties for each recipe, including the recipe's Amazon Resource Name (ARN).
See https://www.paws-r-sdk.com/docs/personalize_list_recipes/ for full documentation.
personalize_list_recipes(
recipeProvider = NULL,
nextToken = NULL,
maxResults = NULL,
domain = NULL
)
recipeProvider |
The default is |
nextToken |
A token returned from the previous call to
|
maxResults |
The maximum number of recipes to return. |
domain |
Filters returned recipes by domain for a Domain dataset group. Only recipes (Domain dataset group use cases) for this domain are included in the response. If you don't specify a domain, all recipes are returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.