Module Values.MetadataConfigSource

Configuration for metadata to include in recommendation responses.

Sourcetype nonrec t = {
  1. metadataColumns : MetadataColumnsList.t option;
    (*

    A list of metadata column names from your Items dataset to include in the recommendation response.

    *)
}
Sourceval make : ?metadataColumns:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of MetadataColumnName.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t