Module Values.PrivacyImpactSource

Provides an estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.

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

    An object that lists the number and type of aggregation functions you can perform.

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