DifferentialPrivacyTemplateUpdateParameters

The epsilon and noise parameter values that you want to update in the differential privacy template.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val epsilon: Int?

The updated epsilon value that you want to use.

Link copied to clipboard

The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String