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
)
[required] The Amazon Resource Name (ARN) of the configured audience model that you want to update.
The new output configuration.
The Amazon Resource Name (ARN) of the new audience model that you want to use.
The new value for whether to share audience metrics.
The minimum number of users from the seed audience that must match with users in the training data of the audience model.
The new audience size configuration.
The new description of the configured audience model.