/AWS1/CL_DZNREJECTCHOICE¶
The details of the automatically generated business metadata that is rejected.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_predictiontarget TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
Specifies the target (for example, a column name) where a prediction can be rejected.
Optional arguments:¶
it_predictionchoices TYPE /AWS1/CL_DZNPREDICTIONCHOICE00=>TT_PREDICTIONCHOICES TT_PREDICTIONCHOICES¶
Specifies the the automatically generated business metadata that can be rejected.
Queryable Attributes¶
predictionTarget¶
Specifies the target (for example, a column name) where a prediction can be rejected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDICTIONTARGET() |
Getter for PREDICTIONTARGET, with configurable default |
ASK_PREDICTIONTARGET() |
Getter for PREDICTIONTARGET w/ exceptions if field has no va |
HAS_PREDICTIONTARGET() |
Determine if PREDICTIONTARGET has a value |
predictionChoices¶
Specifies the the automatically generated business metadata that can be rejected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDICTIONCHOICES() |
Getter for PREDICTIONCHOICES, with configurable default |
ASK_PREDICTIONCHOICES() |
Getter for PREDICTIONCHOICES w/ exceptions if field has no v |
HAS_PREDICTIONCHOICES() |
Determine if PREDICTIONCHOICES 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_REJECTCHOICES¶
TYPES TT_REJECTCHOICES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNREJECTCHOICE WITH DEFAULT KEY
.