/AWS1/CL_BDZFLOWTRACE¶
Contains information about an input or output for a node in the flow. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_nodeinputtrace TYPE REF TO /AWS1/CL_BDZFLOWTRACENODEINP00 /AWS1/CL_BDZFLOWTRACENODEINP00¶
Contains information about the input into a node.
io_nodeoutputtrace TYPE REF TO /AWS1/CL_BDZFLOWTRACENODEOUT00 /AWS1/CL_BDZFLOWTRACENODEOUT00¶
Contains information about the output from a node.
io_conditionnoderesulttrace TYPE REF TO /AWS1/CL_BDZFLOWTRACECONDNOD00 /AWS1/CL_BDZFLOWTRACECONDNOD00¶
Contains information about an output from a condition node.
io_nodeactiontrace TYPE REF TO /AWS1/CL_BDZFLOWTRACENODEACT00 /AWS1/CL_BDZFLOWTRACENODEACT00¶
Contains information about an action (operation) called by a node.
io_nodedependencytrace TYPE REF TO /AWS1/CL_BDZFLOWTRACEDEPENDE00 /AWS1/CL_BDZFLOWTRACEDEPENDE00¶
Contains information about an internal trace of a node.
Queryable Attributes¶
nodeInputTrace¶
Contains information about the input into a node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEINPUTTRACE() |
Getter for NODEINPUTTRACE |
nodeOutputTrace¶
Contains information about the output from a node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEOUTPUTTRACE() |
Getter for NODEOUTPUTTRACE |
conditionNodeResultTrace¶
Contains information about an output from a condition node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITIONNODERESULTTRACE() |
Getter for CONDITIONNODERESULTTRACE |
nodeActionTrace¶
Contains information about an action (operation) called by a node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEACTIONTRACE() |
Getter for NODEACTIONTRACE |
nodeDependencyTrace¶
Contains information about an internal trace of a node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEDEPENDENCYTRACE() |
Getter for NODEDEPENDENCYTRACE |