/AWS1/CL_PZZTRAININGDATACONFIG¶
The training data configuration to use when creating a domain recommender or custom solution version (trained model).
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_excludeddatasetcolumns TYPE /AWS1/CL_PZZCOLUMNNAMESLIST_W=>TT_EXCLUDEDDATASETCOLUMNS TT_EXCLUDEDDATASETCOLUMNS¶
Specifies the columns to exclude from training. Each key is a dataset type, and each value is a list of columns. Exclude columns to control what data Amazon Personalize uses to generate recommendations.
For example, you might have a column that you want to use only to filter recommendations. You can exclude this column from training and Amazon Personalize considers it only when filtering.
it_includeddatasetcolumns TYPE /AWS1/CL_PZZCOLUMNNAMESLIST_W=>TT_INCLUDEDDATASETCOLUMNS TT_INCLUDEDDATASETCOLUMNS¶
A map that specifies which columns to include from each dataset during training. The map can contain up to 3 entries, where each key is a dataset name (maximum length of 256 characters, must contain only letters and underscores) and each value is an array of up to 50 column names. Column names can be up to 150 characters long, must start with a letter or underscore, and can contain only letters, numbers, and underscores.
Queryable Attributes¶
excludedDatasetColumns¶
Specifies the columns to exclude from training. Each key is a dataset type, and each value is a list of columns. Exclude columns to control what data Amazon Personalize uses to generate recommendations.
For example, you might have a column that you want to use only to filter recommendations. You can exclude this column from training and Amazon Personalize considers it only when filtering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUDEDDATASETCOLUMNS() |
Getter for EXCLUDEDDATASETCOLUMNS, with configurable default |
ASK_EXCLUDEDDATASETCOLUMNS() |
Getter for EXCLUDEDDATASETCOLUMNS w/ exceptions if field has |
HAS_EXCLUDEDDATASETCOLUMNS() |
Determine if EXCLUDEDDATASETCOLUMNS has a value |
includedDatasetColumns¶
A map that specifies which columns to include from each dataset during training. The map can contain up to 3 entries, where each key is a dataset name (maximum length of 256 characters, must contain only letters and underscores) and each value is an array of up to 50 column names. Column names can be up to 150 characters long, must start with a letter or underscore, and can contain only letters, numbers, and underscores.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUDEDDATASETCOLUMNS() |
Getter for INCLUDEDDATASETCOLUMNS, with configurable default |
ASK_INCLUDEDDATASETCOLUMNS() |
Getter for INCLUDEDDATASETCOLUMNS w/ exceptions if field has |
HAS_INCLUDEDDATASETCOLUMNS() |
Determine if INCLUDEDDATASETCOLUMNS has a value |