Skip to content

/AWS1/CL_BDCCODEINTSTRMOUT_EV

Contains output from a code interpreter stream.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_result TYPE REF TO /AWS1/CL_BDCCODEINTERPTRRESULT /AWS1/CL_BDCCODEINTERPTRRESULT

The output produced by executing code in a code interpreter session in Amazon Bedrock AgentCore. This structure contains the results of code execution, including textual output, structured data, and error information. Agents use these results to generate responses that incorporate computation, data analysis, and visualization.


Queryable Attributes

result

The output produced by executing code in a code interpreter session in Amazon Bedrock AgentCore. This structure contains the results of code execution, including textual output, structured data, and error information. Agents use these results to generate responses that incorporate computation, data analysis, and visualization.

Accessible with the following methods

Method Description
GET_RESULT() Getter for RESULT