AWS::CleanRooms::AnalysisTemplate MLSyntheticDataParameters - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::CleanRooms::AnalysisTemplate MLSyntheticDataParameters

Parameters that control the generation of synthetic data for machine learning, including privacy settings and column classification details.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

ColumnClassification

Classification details for data columns that specify how each column should be treated during synthetic data generation.

Required: Yes

Type: ColumnClassificationDetails

Update requires: Replacement

Epsilon

The epsilon value for differential privacy when generating synthetic data. Lower values provide stronger privacy guarantees but may reduce data utility.

Required: Yes

Type: Number

Minimum: 0

Maximum: 10

Update requires: Replacement

MaxMembershipInferenceAttackScore

The maximum acceptable score for membership inference attack vulnerability. Synthetic data generation fails if the score for the resulting data exceeds this threshold.

Required: Yes

Type: Number

Minimum: 0

Maximum: 1

Update requires: Replacement