Values.PrivacyBudgetTemplateParametersInputSourceThe epsilon and noise parameters that you want to use for the privacy budget template.
type nonrec t = {differentialPrivacy : DifferentialPrivacyTemplateParametersInput.t option;An object that specifies the epsilon and noise parameters.
*)accessBudget : AccessBudgetsPrivacyTemplateParametersInput.t option;Access budget configuration for the privacy budget template input, enabling integration with access budget functionality.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Epsilon.t
| `List of
[> `Structure of
(string * [> `Enum of string | `Integer of Budget.t ])
list ]
list
| `String of BudgetedResourceArn.t ])
list ])
list ]