Values.GetAudienceModelResponseSourceReturns information about an 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.
*)trainingDataStartTime : SyntheticTimestamp_date_time.t option;The start date specified for the training window.
*)trainingDataEndTime : SyntheticTimestamp_date_time.t option;The end date specified for the training window.
*)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 this audience model.
*)status : AudienceModelStatus.t option;The status of the audience model.
*)statusDetails : StatusDetails.t option;Details about the status of the audience model.
*)kmsKeyArn : KmsKeyArn.t option;The KMS key ARN used for the audience model.
*)description : ResourceDescription.t option;The description of the audience model.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AudienceModelArn.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]