Class: Aws::CleanRoomsML::Types::SyntheticDataEvaluationScores

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

Overview

Comprehensive evaluation metrics for synthetic data that assess both the utility of the generated data for machine learning tasks and its privacy preservation characteristics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_privacy_scoresTypes::DataPrivacyScores

Privacy-specific evaluation scores that measure how well the synthetic data protects individual privacy, including assessments of potential privacy risks such as membership inference attacks.



5503
5504
5505
5506
5507
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5503

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