Interface DifferentialPrivacyTemplateParametersOutput.Builder

  • Method Details

    • epsilon

      The epsilon value that you specified.

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

      DifferentialPrivacyTemplateParametersOutput.Builder usersNoisePerQuery(Integer usersNoisePerQuery)

      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.

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