/AWS1/CL_BDZFLOWTRACENODEOUT00¶
Contains information about 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_nodename TYPE /AWS1/BDZNODENAME /AWS1/BDZNODENAME¶
The name of the node that yielded the output.
iv_timestamp TYPE /AWS1/BDZDATETIMESTAMP /AWS1/BDZDATETIMESTAMP¶
The date and time that the trace was returned.
it_fields TYPE /AWS1/CL_BDZFLOWTRACENODEOUT01=>TT_FLOWTRACENODEOUTPUTFIELDS TT_FLOWTRACENODEOUTPUTFIELDS¶
An array of objects containing information about each field in the output.
Queryable Attributes¶
nodeName¶
The name of the node that yielded the output.
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 output.
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 |