/AWS1/CL_BDOEVALUATORREFERENCE¶
The reference to an evaluator used in online evaluation configurations, containing the evaluator identifier.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_evaluatorid TYPE /AWS1/BDOEVALUATORID /AWS1/BDOEVALUATORID¶
The unique identifier of the evaluator. Can reference builtin evaluators (e.g., Builtin.Helpfulness) or custom evaluators.
Queryable Attributes¶
evaluatorId¶
The unique identifier of the evaluator. Can reference builtin evaluators (e.g., Builtin.Helpfulness) or custom evaluators.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATORID() |
Getter for EVALUATORID, with configurable default |
ASK_EVALUATORID() |
Getter for EVALUATORID w/ exceptions if field has no value |
HAS_EVALUATORID() |
Determine if EVALUATORID 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_EVALUATORLIST¶
TYPES TT_EVALUATORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOEVALUATORREFERENCE WITH DEFAULT KEY
.