Class: Aws::CleanRoomsML::Types::DataPrivacyScores

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Privacy evaluation scores that measure the privacy characteristics of the generated synthetic data, including assessments of potential privacy risks such as membership inference attacks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membership_inference_attack_scoresArray<Types::MembershipInferenceAttackScore>

Scores that evaluate the vulnerability of the synthetic data to membership inference attacks, which attempt to determine whether a specific individual was a member of the original dataset.



1835
1836
1837
1838
1839
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1835

class DataPrivacyScores < Struct.new(
  :membership_inference_attack_scores)
  SENSITIVE = []
  include Aws::Structure
end