Values.DifferentialPrivacyPrivacyBudgetSourceSpecifies the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations available.
type nonrec t = {aggregations : DifferentialPrivacyPrivacyBudgetAggregationList.t option;This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.
*)epsilon : Epsilon.t option;The epsilon value that you configured.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Epsilon.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of
DifferentialPrivacyPrivacyBudgetAggregationMaxCountInteger.t ])
list ]
list ])
list ]