Values.CreateConfiguredAudienceModelRequestSourceDefines the information necessary to create a configured audience model.
type nonrec t = {name : NameString.t;The name of the configured audience model.
*)audienceModelArn : AudienceModelArn.t;The Amazon Resource Name (ARN) of the audience model to use for the configured audience model.
*)outputConfig : ConfiguredAudienceModelOutputConfig.t;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.
*)description : ResourceDescription.t option;The description of the configured audience model.
*)minMatchingSeedSize : MinMatchingSeedSize.t option;The minimum number of users from the seed audience that must match with users in the training data of the audience model. The default value is 500.
*)audienceSizeConfig : AudienceSizeConfig.t option;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.
*)childResourceTagOnCreatePolicy : TagOnCreatePolicy.t option;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. When the client is in a different account than the configured audience model, the tags from the client are never applied to a resource in the caller's account.
*)}val make :
?description:??? ->
?minMatchingSeedSize:??? ->
?audienceSizeConfig:??? ->
?tags:??? ->
?childResourceTagOnCreatePolicy:??? ->
name:NameString.t ->
audienceModelArn:AudienceModelArn.t ->
outputConfig:ConfiguredAudienceModelOutputConfig.t ->
sharedAudienceMetrics:MetricsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of MinMatchingSeedSize.t
| `List of [> `Enum of string ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NameString.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Integer of AudienceSizeValue.t ] list
| `String of IamRoleArn.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Path.t ]) list ])
list ])
list ])
list ]