Interface DifferentialPrivacyTemplateUpdateParameters.Builder

  • Method Details

    • epsilon

      The updated epsilon value that you want to use.

      Parameters:
      epsilon - The updated epsilon value that you want to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usersNoisePerQuery

      DifferentialPrivacyTemplateUpdateParameters.Builder usersNoisePerQuery(Integer usersNoisePerQuery)

      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.

      Parameters:
      usersNoisePerQuery - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.