glue_list_data_quality_rule_recommendation_runs {paws.analytics} | R Documentation |
Lists the recommendation runs meeting the filter criteria
Description
Lists the recommendation runs meeting the filter criteria.
See https://www.paws-r-sdk.com/docs/glue_list_data_quality_rule_recommendation_runs/ for full documentation.
Usage
glue_list_data_quality_rule_recommendation_runs(
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
Filter |
The filter criteria. |
NextToken |
A paginated token to offset the results. |
MaxResults |
The maximum number of results to return. |
[Package paws.analytics version 0.7.0 Index]