Module Values.PrivacyBudgetTemplateParametersInputSource

The epsilon and noise parameters that you want to use for the privacy budget template.

Sourcetype nonrec t = {
  1. differentialPrivacy : DifferentialPrivacyTemplateParametersInput.t option;
    (*

    An object that specifies the epsilon and noise parameters.

    *)
  2. accessBudget : AccessBudgetsPrivacyTemplateParametersInput.t option;
    (*

    Access budget configuration for the privacy budget template input, enabling integration with access budget functionality.

    *)
}
Sourceval make : ?differentialPrivacy:??? -> ?accessBudget:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t