Values.AudienceModelSummarySourceInformation about the audience model.
type nonrec t = {createTime : SyntheticTimestamp_date_time.t option;The time at which the audience model was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the audience model was updated.
*)audienceModelArn : AudienceModelArn.t option;The Amazon Resource Name (ARN) of the audience model.
*)name : NameString.t option;The name of the audience model.
*)trainingDatasetArn : TrainingDatasetArn.t option;The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
*)status : AudienceModelStatus.t option;The status of the audience model.
*)description : ResourceDescription.t option;The description of the audience model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AudienceModelArn.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]