/AWS1/CL_BDCINLINEGROUNDTRUTH¶
Inline ground truth data containing assertions, expected trajectories, and per-turn expected responses.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_assertions TYPE /AWS1/CL_BDCEVALUATIONCONTENT=>TT_EVALUATIONCONTENTLIST TT_EVALUATIONCONTENTLIST¶
Assertions for evaluation, reuses common model EvaluationContentList.
io_expectedtrajectory TYPE REF TO /AWS1/CL_BDCEVALEXPECTEDTRAJ00 /AWS1/CL_BDCEVALEXPECTEDTRAJ00¶
The expected tool call sequence for trajectory evaluation.
it_turns TYPE /AWS1/CL_BDCGROUNDTRUTHTURN=>TT_GROUNDTRUTHTURNLIST TT_GROUNDTRUTHTURNLIST¶
A list of per-turn ground truth data, each containing an input prompt and expected response.
Queryable Attributes¶
assertions¶
Assertions for evaluation, reuses common model EvaluationContentList.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSERTIONS() |
Getter for ASSERTIONS, with configurable default |
ASK_ASSERTIONS() |
Getter for ASSERTIONS w/ exceptions if field has no value |
HAS_ASSERTIONS() |
Determine if ASSERTIONS has a value |
expectedTrajectory¶
The expected tool call sequence for trajectory evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPECTEDTRAJECTORY() |
Getter for EXPECTEDTRAJECTORY |
turns¶
A list of per-turn ground truth data, each containing an input prompt and expected response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TURNS() |
Getter for TURNS, with configurable default |
ASK_TURNS() |
Getter for TURNS w/ exceptions if field has no value |
HAS_TURNS() |
Determine if TURNS has a value |