Values.UpdatePrivacyBudgetTemplateInputSourceUpdates the privacy budget template for the specified collaboration.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;A unique identifier for one of your memberships for a collaboration. The privacy budget template is updated in the collaboration that this membership belongs to. Accepts a membership ID.
*)privacyBudgetTemplateIdentifier : PrivacyBudgetTemplateIdentifier.t;A unique identifier for your privacy budget template that you want to update.
*)privacyBudgetType : PrivacyBudgetType.t;Specifies the type of the privacy budget template.
*)parameters : PrivacyBudgetTemplateUpdateParameters.t option;Specifies the epsilon and noise parameters for the privacy budget template.
*)}val make :
?parameters:??? ->
membershipIdentifier:MembershipIdentifier.t ->
privacyBudgetTemplateIdentifier:PrivacyBudgetTemplateIdentifier.t ->
privacyBudgetType:PrivacyBudgetType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MembershipIdentifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Epsilon.t
| `List of
[> `Structure of
(string
* [> `Enum of string | `Integer of Budget.t ])
list ]
list ])
list ])
list ])
list ]