ParametersPropertiesArgs

data class ParametersPropertiesArgs(val epsilon: Output<Int>, val usersNoisePerQuery: Output<Int>) : ConvertibleToJava<ParametersPropertiesArgs>

Specifies the epsilon and noise parameters for the privacy budget template.

Constructors

Link copied to clipboard
constructor(epsilon: Output<Int>, usersNoisePerQuery: Output<Int>)

Properties

Link copied to clipboard
val epsilon: Output<Int>

The epsilon value that you want to use.

Link copied to clipboard
val usersNoisePerQuery: Output<Int>

Noise added per query 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 override fun toJava(): ParametersPropertiesArgs