/AWS1/CL_BDCINVKHARNSTRMOUT_EV¶
The streaming events returned by a harness invocation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_messagestart TYPE REF TO /AWS1/CL_BDCHARNMSGSTARTEVENT /AWS1/CL_BDCHARNMSGSTARTEVENT¶
Indicates the start of a new message from the agent.
io_contentblockstart TYPE REF TO /AWS1/CL_BDCHARNCONTBLKSTRTEVT /AWS1/CL_BDCHARNCONTBLKSTRTEVT¶
Indicates the start of a new content block.
io_contentblockdelta TYPE REF TO /AWS1/CL_BDCHARNCONTBLKDELTA00 /AWS1/CL_BDCHARNCONTBLKDELTA00¶
A delta update to the current content block.
io_contentblockstop TYPE REF TO /AWS1/CL_BDCHARNCONTBLKSTOPEVT /AWS1/CL_BDCHARNCONTBLKSTOPEVT¶
Indicates the end of the current content block.
io_messagestop TYPE REF TO /AWS1/CL_BDCHARNMSGSTOPEVENT /AWS1/CL_BDCHARNMSGSTOPEVENT¶
Indicates the end of the current message.
io_metadata TYPE REF TO /AWS1/CL_BDCHARNESSMETEVENT /AWS1/CL_BDCHARNESSMETEVENT¶
Token usage and latency metrics for the invocation.
Queryable Attributes¶
messageStart¶
Indicates the start of a new message from the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGESTART() |
Getter for MESSAGESTART |
contentBlockStart¶
Indicates the start of a new content block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTBLOCKSTART() |
Getter for CONTENTBLOCKSTART |
contentBlockDelta¶
A delta update to the current content block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTBLOCKDELTA() |
Getter for CONTENTBLOCKDELTA |
contentBlockStop¶
Indicates the end of the current content block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTBLOCKSTOP() |
Getter for CONTENTBLOCKSTOP |
messageStop¶
Indicates the end of the current message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGESTOP() |
Getter for MESSAGESTOP |
metadata¶
Token usage and latency metrics for the invocation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA |