Module Values.DifferentialPrivacyPrivacyImpactSource

Information about the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.

Sourcetype nonrec t = {
  1. aggregations : DifferentialPrivacyPreviewAggregationList.t option;
    (*

    The number of aggregation functions that you can perform.

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