Skip to content

/AWS1/CL_BDZAGRTVTRACEEVENTATT

Attributes describing the details of an agentic retrieval trace event.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_step TYPE /AWS1/BDZAGENTICRETRIEVESTEP /AWS1/BDZAGENTICRETRIEVESTEP

The current step in the retrieval process.

iv_status TYPE /AWS1/BDZAGENTICRETRIEVESTATUS /AWS1/BDZAGENTICRETRIEVESTATUS

The status of the current step.

iv_message TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING

A human-readable message describing the trace event.

Optional arguments:

it_actions TYPE /AWS1/CL_BDZAGENTICRETRVACTION=>TT_AGENTICRETRIEVEACTIONS TT_AGENTICRETRIEVEACTIONS

The list of actions taken during this step.

it_warnings TYPE /AWS1/CL_BDZAGNTCRETRVWARNING=>TT_AGENTICRETRIEVEWARNINGS TT_AGENTICRETRIEVEWARNINGS

Warnings generated during this step.

it_failures TYPE /AWS1/CL_BDZAGNTCRETRVFAILURE=>TT_AGENTICRETRIEVEFAILURES TT_AGENTICRETRIEVEFAILURES

Failures that occurred during this step.

it_retrievalmetadata TYPE /AWS1/CL_BDZAGNTCRETRVSRCMET=>TT_AGENTICRETRVSOURCEMETLIST TT_AGENTICRETRVSOURCEMETLIST

Metadata about the retrieval sources used.

it_retrievalresponse TYPE /AWS1/CL_BDZAGTCRTVTRACERSITEM=>TT_AGENTICRETRIEVETRACERESULTS TT_AGENTICRETRIEVETRACERESULTS

The retrieval results from this step.


Queryable Attributes

step

The current step in the retrieval process.

Accessible with the following methods

Method Description
GET_STEP() Getter for STEP, with configurable default
ASK_STEP() Getter for STEP w/ exceptions if field has no value
HAS_STEP() Determine if STEP has a value

status

The status of the current step.

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

message

A human-readable message describing the trace event.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value

actions

The list of actions taken during this step.

Accessible with the following methods

Method Description
GET_ACTIONS() Getter for ACTIONS, with configurable default
ASK_ACTIONS() Getter for ACTIONS w/ exceptions if field has no value
HAS_ACTIONS() Determine if ACTIONS has a value

warnings

Warnings generated during this step.

Accessible with the following methods

Method Description
GET_WARNINGS() Getter for WARNINGS, with configurable default
ASK_WARNINGS() Getter for WARNINGS w/ exceptions if field has no value
HAS_WARNINGS() Determine if WARNINGS has a value

failures

Failures that occurred during this step.

Accessible with the following methods

Method Description
GET_FAILURES() Getter for FAILURES, with configurable default
ASK_FAILURES() Getter for FAILURES w/ exceptions if field has no value
HAS_FAILURES() Determine if FAILURES has a value

retrievalMetadata

Metadata about the retrieval sources used.

Accessible with the following methods

Method Description
GET_RETRIEVALMETADATA() Getter for RETRIEVALMETADATA, with configurable default
ASK_RETRIEVALMETADATA() Getter for RETRIEVALMETADATA w/ exceptions if field has no v
HAS_RETRIEVALMETADATA() Determine if RETRIEVALMETADATA has a value

retrievalResponse

The retrieval results from this step.

Accessible with the following methods

Method Description
GET_RETRIEVALRESPONSE() Getter for RETRIEVALRESPONSE, with configurable default
ASK_RETRIEVALRESPONSE() Getter for RETRIEVALRESPONSE w/ exceptions if field has no v
HAS_RETRIEVALRESPONSE() Determine if RETRIEVALRESPONSE has a value