personalize_list_filters: Lists all filters that belong to a given dataset group

View source: R/personalize_operations.R

personalize_list_filtersR 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 list_filters for getting the next set of filters (if they exist).

maxResults

The maximum number of filters to return.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.