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
)
The default is SERVICE
.
A token returned from the previous call to
list_recipes
for getting the next set of
recipes (if they exist).
The maximum number of recipes to return.
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.