Module Values.DifferentialPrivacyPrivacyBudgetSource

Specifies the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations available.

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

    This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.

    *)
  2. epsilon : Epsilon.t option;
    (*

    The epsilon value that you configured.

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