Skip to content

/AWS1/CL_BDZFLOWTRACENODEINP00

Contains information about 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_nodename TYPE /AWS1/BDZNODENAME /AWS1/BDZNODENAME

The name of the node that received the input.

iv_timestamp TYPE /AWS1/BDZDATETIMESTAMP /AWS1/BDZDATETIMESTAMP

The date and time that the trace was returned.

it_fields TYPE /AWS1/CL_BDZFLOWTRACENODEINP01=>TT_FLOWTRACENODEINPUTFIELDS TT_FLOWTRACENODEINPUTFIELDS

An array of objects containing information about each field in the input.


Queryable Attributes

nodeName

The name of the node that received the input.

Accessible with the following methods

Method Description
GET_NODENAME() Getter for NODENAME, with configurable default
ASK_NODENAME() Getter for NODENAME w/ exceptions if field has no value
HAS_NODENAME() Determine if NODENAME has a value

timestamp

The date and time that the trace was returned.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value

fields

An array of objects containing information about each field in the input.

Accessible with the following methods

Method Description
GET_FIELDS() Getter for FIELDS, with configurable default
ASK_FIELDS() Getter for FIELDS w/ exceptions if field has no value
HAS_FIELDS() Determine if FIELDS has a value