AWS::CleanRooms::AnalysisTemplate MLSyntheticDataParameters - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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