Interface SyntheticDataColumnProperties.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SyntheticDataColumnProperties.Builder,,SyntheticDataColumnProperties> SdkBuilder<SyntheticDataColumnProperties.Builder,,SyntheticDataColumnProperties> SdkPojo
- Enclosing class:
SyntheticDataColumnProperties
@Mutable
@NotThreadSafe
public static interface SyntheticDataColumnProperties.Builder
extends SdkPojo, CopyableBuilder<SyntheticDataColumnProperties.Builder,SyntheticDataColumnProperties>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnName(String columnName) The name of the data column as it appears in the dataset.columnType(String columnType) The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.columnType(SyntheticDataColumnType columnType) The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.isPredictiveValue(Boolean isPredictiveValue) Indicates if this column contains predictive values that should be treated as target variables in machine learning models.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
columnName
The name of the data column as it appears in the dataset.
- Parameters:
columnName- The name of the data column as it appears in the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnType
The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.
- Parameters:
columnType- The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
columnType
The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.
- Parameters:
columnType- The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
isPredictiveValue
Indicates 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.
- Parameters:
isPredictiveValue- Indicates 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:
- Returns a reference to this object so that method calls can be chained together.
-