personalize_list_filters {paws.machine.learning} | R Documentation |
Lists all filters that belong to a given dataset group
Description
Lists all filters that belong to a given dataset group.
See https://www.paws-r-sdk.com/docs/personalize_list_filters/ for full documentation.
Usage
personalize_list_filters(
datasetGroupArn = NULL,
nextToken = NULL,
maxResults = NULL
)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]