Values.DatasetLabelDescriptionSourceDescribes a dataset label. For more information, see ListDatasetLabels.
type nonrec t = {labelName : DatasetLabel.t option;The name of the label.
*)labelStats : DatasetLabelStats.t option;Statistics about the label.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DatasetLabel.t
| `Structure of (string * [> `Integer of UInteger.t ]) list ])
list ]