personalize_update_metric_attribution: Updates a metric attribution

View source: R/personalize_operations.R

personalize_update_metric_attributionR 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.


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