/AWS1/CL_BDZFLOWTRACECONDNOD00¶
Contains information about an output from a condition 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 condition node.
iv_timestamp TYPE /AWS1/BDZDATETIMESTAMP /AWS1/BDZDATETIMESTAMP¶
The date and time that the trace was returned.
it_satisfiedconditions TYPE /AWS1/CL_BDZFLOWTRACECONDITION=>TT_FLOWTRACECONDITIONS TT_FLOWTRACECONDITIONS¶
An array of objects containing information about the conditions that were satisfied.
Queryable Attributes¶
nodeName¶
The name of the condition node.
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 |
satisfiedConditions¶
An array of objects containing information about the conditions that were satisfied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SATISFIEDCONDITIONS() |
Getter for SATISFIEDCONDITIONS, with configurable default |
ASK_SATISFIEDCONDITIONS() |
Getter for SATISFIEDCONDITIONS w/ exceptions if field has no |
HAS_SATISFIEDCONDITIONS() |
Determine if SATISFIEDCONDITIONS has a value |