Values.PreviewPrivacyImpactInputSourceAn estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;A unique identifier for one of your memberships for a collaboration. Accepts a membership ID.
*)parameters : PreviewPrivacyImpactParametersInput.t;Specifies the desired epsilon and noise parameters to preview.
*)}val make :
membershipIdentifier:MembershipIdentifier.t ->
parameters:PreviewPrivacyImpactParametersInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of MembershipIdentifier.t
| `Structure of
(string
* [> `Structure of (string * [> `Integer of Epsilon.t ]) list ])
list ])
list ]