personalize_list_metric_attributions {paws.machine.learning} | R Documentation |
Lists metric attributions
Description
Lists metric attributions.
See https://www.paws-r-sdk.com/docs/personalize_list_metric_attributions/ for full documentation.
Usage
personalize_list_metric_attributions(
datasetGroupArn = NULL,
nextToken = NULL,
maxResults = NULL
)
Arguments
datasetGroupArn |
The metric attributions' dataset group Amazon Resource Name (ARN). |
nextToken |
Specify the pagination token from a previous request to retrieve the next page of results. |
maxResults |
The maximum number of metric attributions to return in one page of results. |
[Package paws.machine.learning version 0.9.0 Index]