Module Values.PrivacyBudgetTemplateUpdateParametersSource

The epsilon and noise parameters that you want to update in the privacy budget template.

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

    An object that specifies the new values for the epsilon and noise parameters.

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

    The new access budget configuration that completely replaces the existing access budget settings in the privacy budget template.

    *)
}
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 ]) 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