Module Values.PreviewPrivacyImpactParametersInputSource

Specifies the updated epsilon and noise parameters to preview. The preview allows you to see how the maximum number of each type of aggregation function would change with the new parameters.

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

    An array that specifies the epsilon and noise parameters.

    *)
}
Sourceval make : ?differentialPrivacy:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Epsilon.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