View source: R/personalize_operations.R
personalize_list_filters | R Documentation |
Lists all filters that belong to a given dataset group.
See https://www.paws-r-sdk.com/docs/personalize_list_filters/ for full documentation.
personalize_list_filters(
datasetGroupArn = NULL,
nextToken = NULL,
maxResults = NULL
)
datasetGroupArn |
The ARN of the dataset group that contains the filters. |
nextToken |
A token returned from the previous call to
|
maxResults |
The maximum number of filters to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.