Class: Aws::CleanRoomsML::Types::SyntheticDataConfiguration

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

Overview

Configuration settings for synthetic data generation, including the parameters that control data synthesis and the evaluation scores that measure the quality and privacy characteristics of the generated synthetic data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#synthetic_data_evaluation_scoresTypes::SyntheticDataEvaluationScores

Evaluation scores that assess the quality and privacy characteristics of the generated synthetic data, providing metrics on data utility and privacy preservation.



5484
5485
5486
5487
5488
5489
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5484

class SyntheticDataConfiguration < Struct.new(
  :synthetic_data_parameters,
  :synthetic_data_evaluation_scores)
  SENSITIVE = []
  include Aws::Structure
end

#synthetic_data_parametersTypes::MLSyntheticDataParameters

The parameters that control how synthetic data is generated, including privacy settings, column classifications, and other configuration options that affect the data synthesis process.



5484
5485
5486
5487
5488
5489
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5484

class SyntheticDataConfiguration < Struct.new(
  :synthetic_data_parameters,
  :synthetic_data_evaluation_scores)
  SENSITIVE = []
  include Aws::Structure
end