Values.RecommendationSourceRepresents a single recommendation generated by the recommender system.
type nonrec t = {catalogItem : CatalogItem.t option;The catalog item being recommended, including its complete details and attributes.
*)score : Double0To1.t option;Recommendation Score between 0 and 1.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double0To1.t
| `Structure of
(string
* [> `Map of
([> `String of String1To255.t ]
* [> `String of String1To255.t ])
list
| `String of SensitiveString1To255.t
| `Timestamp of Timestamp.t ])
list ])
list ]