personalize_update_metric_attribution {paws.machine.learning} | R Documentation |
Updates a metric attribution
Description
Updates a metric attribution.
See https://www.paws-r-sdk.com/docs/personalize_update_metric_attribution/ for full documentation.
Usage
personalize_update_metric_attribution(
addMetrics = NULL,
removeMetrics = NULL,
metricsOutputConfig = NULL,
metricAttributionArn = NULL
)
Arguments
addMetrics |
Add new metric attributes to the metric attribution. |
removeMetrics |
Remove metric attributes from the metric attribution. |
metricsOutputConfig |
An output config for the metric attribution. |
metricAttributionArn |
The Amazon Resource Name (ARN) for the metric attribution to update. |
[Package paws.machine.learning version 0.7.0 Index]