Class CfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty
An implementation for
CfnAnalysisTemplate.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.services.cleanrooms.CfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty
CfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty.Builder, CfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisTemplate.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
Constructor that initializes the object based on literal property values passed by theCfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty.Builder.
-
-
Method Details
-
getColumnName
Description copied from interface:CfnAnalysisTemplate.SyntheticDataColumnPropertiesPropertyThe name of the data column as it appears in the dataset.- Specified by:
getColumnNamein interfaceCfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty- See Also:
-
getColumnType
Description copied from interface:CfnAnalysisTemplate.SyntheticDataColumnPropertiesPropertyThe data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.- Specified by:
getColumnTypein interfaceCfnAnalysisTemplate.SyntheticDataColumnPropertiesProperty- See Also:
-
getIsPredictiveValue
Description copied from interface:CfnAnalysisTemplate.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 interfaceCfnAnalysisTemplate.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()
-