Skip to content

/AWS1/CL_BDZFLOWTRACENODEINP01

Contains information about a field in the input into 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_nodeinputname TYPE /AWS1/BDZNODEINPUTNAME /AWS1/BDZNODEINPUTNAME

The name of the node input.

io_content TYPE REF TO /AWS1/CL_BDZFLOWTRACENODEINP02 /AWS1/CL_BDZFLOWTRACENODEINP02

The content of the node input.

Optional arguments:

io_source TYPE REF TO /AWS1/CL_BDZFLOWTRACENODEINP03 /AWS1/CL_BDZFLOWTRACENODEINP03

The source node that provides input data to this field.

iv_type TYPE /AWS1/BDZFLOWNODEIODATATYPE /AWS1/BDZFLOWNODEIODATATYPE

The data type of the input field for compatibility validation.

iv_category TYPE /AWS1/BDZFLOWNODEINPUTCATEGORY /AWS1/BDZFLOWNODEINPUTCATEGORY

The category of the input field.

it_executionchain TYPE /AWS1/CL_BDZFLOWTRACENODEINP04=>TT_FLOWTRACENODEINPUTEXECCHAIN TT_FLOWTRACENODEINPUTEXECCHAIN

The execution path through nested nodes like iterators and loops.


Queryable Attributes

nodeInputName

The name of the node input.

Accessible with the following methods

Method Description
GET_NODEINPUTNAME() Getter for NODEINPUTNAME, with configurable default
ASK_NODEINPUTNAME() Getter for NODEINPUTNAME w/ exceptions if field has no value
HAS_NODEINPUTNAME() Determine if NODEINPUTNAME has a value

content

The content of the node input.

Accessible with the following methods

Method Description
GET_CONTENT() Getter for CONTENT

source

The source node that provides input data to this field.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE

type

The data type of the input 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

category

The category of the input field.

Accessible with the following methods

Method Description
GET_CATEGORY() Getter for CATEGORY, with configurable default
ASK_CATEGORY() Getter for CATEGORY w/ exceptions if field has no value
HAS_CATEGORY() Determine if CATEGORY has a value

executionChain

The execution path through nested nodes like iterators and loops.

Accessible with the following methods

Method Description
GET_EXECUTIONCHAIN() Getter for EXECUTIONCHAIN, with configurable default
ASK_EXECUTIONCHAIN() Getter for EXECUTIONCHAIN w/ exceptions if field has no valu
HAS_EXECUTIONCHAIN() Determine if EXECUTIONCHAIN 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_FLOWTRACENODEINPUTFIELDS

TYPES TT_FLOWTRACENODEINPUTFIELDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZFLOWTRACENODEINP01 WITH DEFAULT KEY
.