Values.StartAudienceGenerationJobRequestSourceInformation necessary to start the audience generation job.
type nonrec t = {name : NameString.t;The name of the audience generation job.
*)configuredAudienceModelArn : ConfiguredAudienceModelArn.t;The Amazon Resource Name (ARN) of the configured audience model that is used for this audience generation job.
*)seedAudience : AudienceGenerationJobDataSource.t;The seed audience that is used to generate the audience.
*)includeSeedInOutput : Boolean.t option;Whether the seed audience is included in the audience generation output.
*)collaborationId : UUID.t option;The identifier of the collaboration that contains the audience generation job.
*)description : ResourceDescription.t option;The description of the audience generation job.
*)}val make :
?includeSeedInOutput:??? ->
?collaborationId:??? ->
?description:??? ->
?tags:??? ->
name:NameString.t ->
configuredAudienceModelArn:ConfiguredAudienceModelArn.t ->
seedAudience:AudienceGenerationJobDataSource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NameString.t
| `Structure of
(string
* [> `String of IamRoleArn.t
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of S3Path.t
| `Structure of
(string
* [> `Enum of string
| `Integer of
WorkerComputeConfigurationNumberInteger.t
| `Structure of
(string
* [> `Map of
([> `String of SparkPropertyKey.t ]
* [> `String of SparkPropertyValue.t ])
list ])
list ])
list ])
list ])
list ])
list ]