Values.AudienceGenerationJobSummarySourceProvides information about the configured audience generation job.
type nonrec t = {createTime : SyntheticTimestamp_date_time.t option;The time at which the audience generation job was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the audience generation job was updated.
*)audienceGenerationJobArn : AudienceGenerationJobArn.t option;The Amazon Resource Name (ARN) of the audience generation job.
*)name : NameString.t option;The name of the audience generation job.
*)description : ResourceDescription.t option;The description of the audience generation job.
*)status : AudienceGenerationJobStatus.t option;The status of the audience generation job.
*)configuredAudienceModelArn : ConfiguredAudienceModelArn.t option;The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
*)collaborationId : UUID.t option;The identifier of the collaboration that contains this audience generation job.
*)startedBy : AccountId.t option;The AWS Account that submitted the job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AudienceGenerationJobArn.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]