Values.UpdateConfiguredAudienceModelRequestSourceProvides 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.
type nonrec t = {configuredAudienceModelArn : ConfiguredAudienceModelArn.t;The Amazon Resource Name (ARN) of the configured audience model that you want to update.
*)outputConfig : ConfiguredAudienceModelOutputConfig.t option;The new output configuration.
*)audienceModelArn : AudienceModelArn.t option;The Amazon Resource Name (ARN) of the new audience model that you want to use.
*)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.
*)audienceSizeConfig : AudienceSizeConfig.t option;The new audience size configuration.
*)description : ResourceDescription.t option;The new description of the configured audience model.
*)}val make :
?outputConfig:??? ->
?audienceModelArn:??? ->
?sharedAudienceMetrics:??? ->
?minMatchingSeedSize:??? ->
?audienceSizeConfig:??? ->
?description:??? ->
configuredAudienceModelArn:ConfiguredAudienceModelArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MinMatchingSeedSize.t
| `List of [> `Enum of string ] list
| `String of ConfiguredAudienceModelArn.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 ]