/AWS1/CL_CUSRECMDRSCHEMASUMM¶
Provides a summary of a recommender schema's configuration and current state.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_recommenderschemaname TYPE /AWS1/CUSNAME /AWS1/CUSNAME¶
The name of the recommender schema.
it_fields TYPE /AWS1/CL_CUSRECMDRSCHEMAFIELD=>TT_RECOMMENDERSCHEMAFIELDS TT_RECOMMENDERSCHEMAFIELDS¶
A map of dataset type to column definitions included in the schema.
iv_createdat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp when the recommender schema was created.
iv_status TYPE /AWS1/CUSRECMDRSCHEMASTATUS /AWS1/CUSRECMDRSCHEMASTATUS¶
The current operational status of the recommender schema.
Queryable Attributes¶
RecommenderSchemaName¶
The name of the recommender schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDERSCHEMANAME() |
Getter for RECOMMENDERSCHEMANAME, with configurable default |
ASK_RECOMMENDERSCHEMANAME() |
Getter for RECOMMENDERSCHEMANAME w/ exceptions if field has |
HAS_RECOMMENDERSCHEMANAME() |
Determine if RECOMMENDERSCHEMANAME has a value |
Fields¶
A map of dataset type to column definitions included in the schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDS() |
Getter for FIELDS, with configurable default |
ASK_FIELDS() |
Getter for FIELDS w/ exceptions if field has no value |
HAS_FIELDS() |
Determine if FIELDS has a value |
CreatedAt¶
The timestamp when the recommender schema was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
Status¶
The current operational status of the recommender schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS 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_RECMDRSCHEMASUMMARYLIST¶
TYPES TT_RECMDRSCHEMASUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSRECMDRSCHEMASUMM WITH DEFAULT KEY
.