Values.SampleSourceRepresents the sample size and sampling type for DataBrew to use for interactive data analysis.
type nonrec t = {size : SampleSize.t option;The number of rows in the sample.
*)type_ : SampleType.t;The way in which DataBrew obtains rows from a dataset.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of SampleSize.t ]) list ]