Module Values.PreviewPrivacyImpactInputSource

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

Sourcetype nonrec t = {
  1. membershipIdentifier : MembershipIdentifier.t;
    (*

    A unique identifier for one of your memberships for a collaboration. Accepts a membership ID.

    *)
  2. parameters : PreviewPrivacyImpactParametersInput.t;
    (*

    Specifies the desired epsilon and noise parameters to preview.

    *)
}
Sourceval context_ : string
Sourceval make : membershipIdentifier:MembershipIdentifier.t -> parameters:PreviewPrivacyImpactParametersInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MembershipIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Integer of Epsilon.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