Module Values.DifferentialPrivacyParametersSource

An array that contains the sensitivity parameters.

Sourcetype nonrec t = {
  1. sensitivityParameters : DifferentialPrivacySensitivityParametersList.t option;
    (*

    Provides the sensitivity parameters that you can use to better understand the total amount of noise in query results.

    *)
}
Sourceval make : ?sensitivityParameters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Float of Float_.t | `Integer of DifferentialPrivacySensitivityParametersUserContributionLimitInteger.t | `String of DifferentialPrivacyAggregationExpression.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