/AWS1/CL_BDROUTPUTFORMAT¶
Structured output parameters to control the model's response.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BDROUTPUTFORMATTYPE /AWS1/BDROUTPUTFORMATTYPE¶
The type of structured output format.
io_structure TYPE REF TO /AWS1/CL_BDROUTPUTFORMATSTRUCT /AWS1/CL_BDROUTPUTFORMATSTRUCT¶
The structure that the model's output must adhere to.
Queryable Attributes¶
type¶
The type of structured output format.
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 |
structure¶
The structure that the model's output must adhere to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRUCTURE() |
Getter for STRUCTURE |