PrivacyBudgetTemplateParametersOutput
The epsilon and noise parameters that were used in the privacy budget template.
Inheritors
Types
Link copied to clipboard
data class DifferentialPrivacy(val value: DifferentialPrivacyTemplateParametersOutput) : PrivacyBudgetTemplateParametersOutput
The epsilon and noise parameters.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this PrivacyBudgetTemplateParametersOutput as a DifferentialPrivacy and retrieves its aws.sdk.kotlin.services.cleanrooms.model.DifferentialPrivacyTemplateParametersOutput value. Throws an exception if the PrivacyBudgetTemplateParametersOutput is not a DifferentialPrivacy.
Link copied to clipboard
Casts this PrivacyBudgetTemplateParametersOutput as a DifferentialPrivacy and retrieves its aws.sdk.kotlin.services.cleanrooms.model.DifferentialPrivacyTemplateParametersOutput value. Returns null if the PrivacyBudgetTemplateParametersOutput is not a DifferentialPrivacy.