/AWS1/CL_BDABEDROCKFNDATIONM00¶
Settings for a foundation model used to parse documents for a data source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_modelarn TYPE /AWS1/BDABEDROCKMODELARN /AWS1/BDABEDROCKMODELARN¶
The ARN of the foundation model to use for parsing.
Optional arguments:¶
io_parsingprompt TYPE REF TO /AWS1/CL_BDAPARSINGPROMPT /AWS1/CL_BDAPARSINGPROMPT¶
Instructions for interpreting the contents of a document.
iv_parsingmodality TYPE /AWS1/BDAPARSINGMODALITY /AWS1/BDAPARSINGMODALITY¶
Specifies whether to enable parsing of multimodal data, including both text and/or images.
Queryable Attributes¶
modelArn¶
The ARN of the foundation model to use for parsing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELARN() |
Getter for MODELARN, with configurable default |
ASK_MODELARN() |
Getter for MODELARN w/ exceptions if field has no value |
HAS_MODELARN() |
Determine if MODELARN has a value |
parsingPrompt¶
Instructions for interpreting the contents of a document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARSINGPROMPT() |
Getter for PARSINGPROMPT |
parsingModality¶
Specifies whether to enable parsing of multimodal data, including both text and/or images.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARSINGMODALITY() |
Getter for PARSINGMODALITY, with configurable default |
ASK_PARSINGMODALITY() |
Getter for PARSINGMODALITY w/ exceptions if field has no val |
HAS_PARSINGMODALITY() |
Determine if PARSINGMODALITY has a value |