Skip to content

/AWS1/CL_BDZFLOWTRACENODEOUT01

Contains information about a field in the output from a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_nodeoutputname TYPE /AWS1/BDZNODEOUTPUTNAME /AWS1/BDZNODEOUTPUTNAME

The name of the node output.

io_content TYPE REF TO /AWS1/CL_BDZFLOWTRACENODEOUT02 /AWS1/CL_BDZFLOWTRACENODEOUT02

The content of the node output.

Optional arguments:

it_next TYPE /AWS1/CL_BDZFLOWTRACENODEOUT03=>TT_FLOWTRACENODEOUTPUTNEXTLIST TT_FLOWTRACENODEOUTPUTNEXTLIST

The next node that receives output data from this field.

iv_type TYPE /AWS1/BDZFLOWNODEIODATATYPE /AWS1/BDZFLOWNODEIODATATYPE

The data type of the output field for compatibility validation.


Queryable Attributes

nodeOutputName

The name of the node output.

Accessible with the following methods

Method Description
GET_NODEOUTPUTNAME() Getter for NODEOUTPUTNAME, with configurable default
ASK_NODEOUTPUTNAME() Getter for NODEOUTPUTNAME w/ exceptions if field has no valu
HAS_NODEOUTPUTNAME() Determine if NODEOUTPUTNAME has a value

content

The content of the node output.

Accessible with the following methods

Method Description
GET_CONTENT() Getter for CONTENT

next

The next node that receives output data from this field.

Accessible with the following methods

Method Description
GET_NEXT() Getter for NEXT, with configurable default
ASK_NEXT() Getter for NEXT w/ exceptions if field has no value
HAS_NEXT() Determine if NEXT has a value

type

The data type of the output field for compatibility validation.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_FLOWTRACENODEOUTPUTFIELDS

TYPES TT_FLOWTRACENODEOUTPUTFIELDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZFLOWTRACENODEOUT01 WITH DEFAULT KEY
.