Values_0.AIRecommendationJobSummarySourceSummary information about an AI recommendation job.
type nonrec t = {aIRecommendationJobName : AIEntityName.t option;The name of the recommendation job.
*)aIRecommendationJobArn : AIRecommendationJobArn.t option;The Amazon Resource Name (ARN) of the recommendation job.
*)aIRecommendationJobStatus : AIRecommendationJobStatus.t option;The status of the recommendation job.
*)creationTime : Timestamp.t option;A timestamp that indicates when the recommendation job was created.
*)endTime : Timestamp.t option;A timestamp that indicates when the recommendation job completed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AIEntityName.t
| `Timestamp of Timestamp.t ])
list ]