/AWS1/CL_BDCEVALUATIONTARGET¶
The specification of which trace or span IDs to evaluate within the provided input data. Allows precise targeting of evaluation at different levels: tool calls, traces, or sessions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_spanids TYPE /AWS1/CL_BDCSPANIDS_W=>TT_SPANIDS TT_SPANIDS¶
The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.
it_traceids TYPE /AWS1/CL_BDCTRACEIDS_W=>TT_TRACEIDS TT_TRACEIDS¶
The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.
Queryable Attributes¶
spanIds¶
The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPANIDS() |
Getter for SPANIDS, with configurable default |
ASK_SPANIDS() |
Getter for SPANIDS w/ exceptions if field has no value |
HAS_SPANIDS() |
Determine if SPANIDS has a value |
traceIds¶
The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRACEIDS() |
Getter for TRACEIDS, with configurable default |
ASK_TRACEIDS() |
Getter for TRACEIDS w/ exceptions if field has no value |
HAS_TRACEIDS() |
Determine if TRACEIDS has a value |