/AWS1/CL_BDZIMAGEINPUT¶
Details about an image in the result from a function in the action group invocation. You can specify images only when the function is a computer use action. For more information, see Configure an Amazon Bedrock Agent to complete tasks with computer use tools.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_format TYPE /AWS1/BDZIMAGEINPUTFORMAT /AWS1/BDZIMAGEINPUTFORMAT¶
The type of image in the result.
io_source TYPE REF TO /AWS1/CL_BDZIMAGEINPUTSOURCE /AWS1/CL_BDZIMAGEINPUTSOURCE¶
The source of the image in the result.
Queryable Attributes¶
format¶
The type of image in the result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
source¶
The source of the image in the result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMAGEINPUTS¶
TYPES TT_IMAGEINPUTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZIMAGEINPUT WITH DEFAULT KEY
.