/AWS1/CL_BDATOOL¶
Contains configurations for a tool that a model can use when generating a response. For more information, see Use a tool to complete an Amazon Bedrock model response.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_toolspec TYPE REF TO /AWS1/CL_BDATOOLSPECIFICATION /AWS1/CL_BDATOOLSPECIFICATION¶
The specification for the tool.
io_cachepoint TYPE REF TO /AWS1/CL_BDACACHEPOINTBLOCK /AWS1/CL_BDACACHEPOINTBLOCK¶
Creates a cache checkpoint within a tool designation
Queryable Attributes¶
toolSpec¶
The specification for the tool.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLSPEC() |
Getter for TOOLSPEC |
cachePoint¶
Creates a cache checkpoint within a tool designation
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CACHEPOINT() |
Getter for CACHEPOINT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOOLS¶
TYPES TT_TOOLS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDATOOL WITH DEFAULT KEY
.