Builder
Properties
The Amazon Resource Name (ARN) of the audience model to use for the configured audience model.
Configure the list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize
selected from this list. You can use the ABSOLUTE
AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage
AudienceSize to configure sizes in the range 1-100 percent.
Configure how the service tags audience generation jobs created using this configured audience model. If you specify NONE
, the tags from the StartAudienceGenerationJob request determine the tags of the audience generation job. If you specify FROM_PARENT_RESOURCE
, the audience generation job inherits the tags from the configured audience model, by default. Tags in the StartAudienceGenerationJob will override the default.
The description of the configured audience model.
The minimum number of users from the seed audience that must match with users in the training data of the audience model.
Configure the Amazon S3 location and IAM Role for audiences created using this configured audience model. Each audience will have a unique location. The IAM Role must have s3:PutObject
permission on the destination Amazon S3 location. If the destination is protected with Amazon S3 KMS-SSE, then the Role must also have the required KMS permissions.
Whether audience metrics are shared.
Functions
construct an aws.sdk.kotlin.services.cleanroomsml.model.AudienceSizeConfig inside the given block
construct an aws.sdk.kotlin.services.cleanroomsml.model.ConfiguredAudienceModelOutputConfig inside the given block