Class CfnAnalysisTemplate.MLSyntheticDataParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate.MLSyntheticDataParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisTemplate.MLSyntheticDataParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisTemplate.MLSyntheticDataParametersProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisTemplate.MLSyntheticDataParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisTemplate.MLSyntheticDataParametersProperty
An implementation for
CfnAnalysisTemplate.MLSyntheticDataParametersProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate.MLSyntheticDataParametersProperty
CfnAnalysisTemplate.MLSyntheticDataParametersProperty.Builder, CfnAnalysisTemplate.MLSyntheticDataParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisTemplate.MLSyntheticDataParametersProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectClassification details for data columns that specify how each column should be treated during synthetic data generation.final NumberThe epsilon value for differential privacy when generating synthetic data.final NumberThe maximum acceptable score for membership inference attack vulnerability.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAnalysisTemplate.MLSyntheticDataParametersProperty.Builder.
-
-
Method Details
-
getColumnClassification
Description copied from interface:CfnAnalysisTemplate.MLSyntheticDataParametersPropertyClassification details for data columns that specify how each column should be treated during synthetic data generation.Returns union: either
IResolvableorCfnAnalysisTemplate.ColumnClassificationDetailsProperty- Specified by:
getColumnClassificationin interfaceCfnAnalysisTemplate.MLSyntheticDataParametersProperty- See Also:
-
getEpsilon
Description copied from interface:CfnAnalysisTemplate.MLSyntheticDataParametersPropertyThe epsilon value for differential privacy when generating synthetic data.Lower values provide stronger privacy guarantees but may reduce data utility.
- Specified by:
getEpsilonin interfaceCfnAnalysisTemplate.MLSyntheticDataParametersProperty- See Also:
-
getMaxMembershipInferenceAttackScore
Description copied from interface:CfnAnalysisTemplate.MLSyntheticDataParametersPropertyThe maximum acceptable score for membership inference attack vulnerability.Synthetic data generation fails if the score for the resulting data exceeds this threshold.
- Specified by:
getMaxMembershipInferenceAttackScorein interfaceCfnAnalysisTemplate.MLSyntheticDataParametersProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-