---
title: "PATCH /configured-audience-model/{configuredAudienceModelArn}"
method: PATCH
path: "/configured-audience-model/{configuredAudienceModelArn}"
---

# PATCH /configured-audience-model/{configuredAudienceModelArn}

`PATCH /configured-audience-model/{configuredAudienceModelArn}`

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.

## Path parameters

- `configuredAudienceModelArn` string, required

## Request body

- object
  - `outputConfig` object — Configuration information necessary for the configure audience model output.
    - `destination` AudienceDestination — Defines the Amazon S3 bucket where the configured audience is stored.
      - `s3Destination` object, required — The Amazon S3 bucket and path for the configured audience.
        - `s3Uri` string, required — The Amazon S3 location URI.
    - `roleArn` string — The ARN of the IAM role that can write the Amazon S3 bucket.
  - `audienceModelArn` string — The Amazon Resource Name (ARN) of the new audience model that you want to use.
  - `sharedAudienceMetrics` SharedAudienceMetrics[] — The new value for whether to share audience metrics.
  - `minMatchingSeedSize` integer — The minimum number of users from the seed audience that must match with users in the training data of the audience model.
  - `audienceSizeConfig` object — <p>Returns the relevance scores at these audience sizes when used in the <a>GetAudienceGenerationJob</a> for a specified audience generation job and configured audience model.</p> <p>Specifies the list of allowed <code>audienceSize</code> values when used in the <a>StartAudienceExportJob</a> for an audience generation job. You can use the <code>ABSOLUTE</code> <a>AudienceSize</a> to configure out audience sizes using the count of identifiers in the output. You can use the <code>Percentage</code> <a>AudienceSize</a> to configure sizes in the range 1-100 percent.</p>
    - `audienceSizeType` 'ABSOLUTE' | 'PERCENTAGE' — Whether the audience output sizes are defined as an absolute number or a percentage.
    - `audienceSizeBins` AudienceSizeValue[] — An array of the different audience output sizes.
  - `description` string — The new description of the configured audience model.

## Response `200`

Success

- UpdateConfiguredAudienceModelResponse
  - `configuredAudienceModelArn` string, required — The Amazon Resource Name (ARN) of the configured audience model that was updated.

## Other responses

- `480` — ConflictException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/cleanroomsml.md) · [All operations](https://skmtc.net/aws/apis/cleanroomsml/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/cleanroomsml/versions/d3bb6d6eaa9a/schema)
