Interface DifferentialPrivacyPreviewParametersInput.Builder

  • Method Details

    • epsilon

      The epsilon value that you want to preview.

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

      DifferentialPrivacyPreviewParametersInput.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.