/AWS1/CL_BDZNODEOUTPUTFIELD¶
Represents an output field produced by a node during a flow execution.
Flow executions is in preview release for Amazon Bedrock and is subject to change.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/BDZNODEOUTPUTNAME /AWS1/BDZNODEOUTPUTNAME¶
The name of the output field as defined in the node's output schema.
io_content TYPE REF TO /AWS1/CL_BDZNODEEXECCONTENT /AWS1/CL_BDZNODEEXECCONTENT¶
The content of the output field, which can contain text or structured data.
Optional arguments:¶
it_next TYPE /AWS1/CL_BDZNODEOUTPUTNEXT=>TT_NODEOUTPUTNEXTLIST TT_NODEOUTPUTNEXTLIST¶
The next node that receives output data from this field.
iv_type TYPE /AWS1/BDZFLOWNODEIODATATYPE /AWS1/BDZFLOWNODEIODATATYPE¶
The data type of the output field for compatibility validation.
Queryable Attributes¶
name¶
The name of the output field as defined in the node's output schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
content¶
The content of the output field, which can contain text or structured data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT |
next¶
The next node that receives output data from this field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXT() |
Getter for NEXT, with configurable default |
ASK_NEXT() |
Getter for NEXT w/ exceptions if field has no value |
HAS_NEXT() |
Determine if NEXT has a value |
type¶
The data type of the output 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_NODEOUTPUTFIELDS¶
TYPES TT_NODEOUTPUTFIELDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZNODEOUTPUTFIELD WITH DEFAULT KEY
.