Class CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty
An implementation for
CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty-
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.cfnpropertymixins.services.cleanrooms.CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty
CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Builder, CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.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 StringThe name of the data column as it appears in the dataset.final StringThe data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.final ObjectIndicates if this column contains predictive values that should be treated as target variables in machine learning models.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
protected Jsii$Proxy(CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty.Builder.
-
-
Method Details
-
getColumnName
Description copied from interface:CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesPropertyThe name of the data column as it appears in the dataset.- Specified by:
getColumnNamein interfaceCfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty- See Also:
-
getColumnType
Description copied from interface:CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesPropertyThe data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.- Specified by:
getColumnTypein interfaceCfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty- See Also:
-
getIsPredictiveValue
Description copied from interface:CfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesPropertyIndicates if this column contains predictive values that should be treated as target variables in machine learning models.This affects how the synthetic data generation preserves statistical relationships.
Returns union: either
BooleanorIResolvable- Specified by:
getIsPredictiveValuein interfaceCfnAnalysisTemplatePropsMixin.SyntheticDataColumnPropertiesProperty- 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()
-