/AWS1/CL_CRMSYNTHETICDATACOL00¶
Properties that define how a specific data column should be handled during synthetic data generation, including its name, type, and role in predictive modeling.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_columnname TYPE /AWS1/CRMSYNTHETICDATACOLUMN00 /AWS1/CRMSYNTHETICDATACOLUMN00¶
The name of the data column as it appears in the dataset.
iv_columntype TYPE /AWS1/CRMSYNTHETICDATACOLUMN01 /AWS1/CRMSYNTHETICDATACOLUMN01¶
The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.
iv_ispredictivevalue TYPE /AWS1/CRMBOOLEAN /AWS1/CRMBOOLEAN¶
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.
Queryable Attributes¶
columnName¶
The name of the data column as it appears in the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNNAME() |
Getter for COLUMNNAME, with configurable default |
ASK_COLUMNNAME() |
Getter for COLUMNNAME w/ exceptions if field has no value |
HAS_COLUMNNAME() |
Determine if COLUMNNAME has a value |
columnType¶
The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNTYPE() |
Getter for COLUMNTYPE, with configurable default |
ASK_COLUMNTYPE() |
Getter for COLUMNTYPE w/ exceptions if field has no value |
HAS_COLUMNTYPE() |
Determine if COLUMNTYPE has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISPREDICTIVEVALUE() |
Getter for ISPREDICTIVEVALUE, with configurable default |
ASK_ISPREDICTIVEVALUE() |
Getter for ISPREDICTIVEVALUE w/ exceptions if field has no v |
HAS_ISPREDICTIVEVALUE() |
Determine if ISPREDICTIVEVALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COLUMNMAPPINGLIST¶
TYPES TT_COLUMNMAPPINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMSYNTHETICDATACOL00 WITH DEFAULT KEY
.