Values.PrivacyBudgetSourceThe epsilon parameter value and number of each aggregation function that you can perform.
type nonrec t = {differentialPrivacy : DifferentialPrivacyPrivacyBudget.t option;An object that specifies the epsilon parameter and the utility in terms of total aggregations, as well as the remaining aggregations available.
*)accessBudget : AccessBudget.t option;Access budget information associated with this privacy budget.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Epsilon.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of
DifferentialPrivacyPrivacyBudgetAggregationMaxCountInteger.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of BudgetedResourceArn.t ])
list ])
list ]