Values.DifferentialPrivacyTemplateParametersOutputSourceThe epsilon and noise parameter values that were used for the differential privacy template.
type nonrec t = {epsilon : Epsilon.t option;The epsilon value that you specified.
*)usersNoisePerQuery : UsersNoisePerQuery.t option;Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
*)}