View source: R/cleanroomsml_operations.R
cleanroomsml_update_configured_audience_model | R Documentation |
Provides the information necessary to update a configured audience model. Updates that impact audience generation jobs take effect when a new job starts, but do not impact currently running jobs.
See https://www.paws-r-sdk.com/docs/cleanroomsml_update_configured_audience_model/ for full documentation.
cleanroomsml_update_configured_audience_model(
configuredAudienceModelArn,
outputConfig = NULL,
audienceModelArn = NULL,
sharedAudienceMetrics = NULL,
minMatchingSeedSize = NULL,
audienceSizeConfig = NULL,
description = NULL
)
configuredAudienceModelArn |
[required] The Amazon Resource Name (ARN) of the configured audience model that you want to update. |
outputConfig |
The new output configuration. |
audienceModelArn |
The Amazon Resource Name (ARN) of the new audience model that you want to use. |
sharedAudienceMetrics |
The new value for whether to share audience metrics. |
minMatchingSeedSize |
The minimum number of users from the seed audience that must match with users in the training data of the audience model. |
audienceSizeConfig |
The new audience size configuration. |
description |
The new description of the configured audience model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.