/AWS1/CL_BDKVECTORSRCHBDRRER01¶
Configuration for the Amazon Bedrock foundation model used for reranking vector search results. This specifies which model to use and any additional parameters required by the model.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_modelarn TYPE /AWS1/BDKBDRKRERANKINGMODELARN /AWS1/BDKBDRKRERANKINGMODELARN¶
The Amazon Resource Name (ARN) of the foundation model to use for reranking. This model processes the query and search results to determine a more relevant ordering.
Optional arguments:¶
it_addlmodelrequestfields TYPE /AWS1/CL_RT_DOCUMENT=>TT_MAP TT_MAP¶
A list of additional fields to include in the model request during reranking. These fields provide extra context or configuration options specific to the selected foundation model.
Queryable Attributes¶
modelArn¶
The Amazon Resource Name (ARN) of the foundation model to use for reranking. This model processes the query and search results to determine a more relevant ordering.
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 |
additionalModelRequestFields¶
A list of additional fields to include in the model request during reranking. These fields provide extra context or configuration options specific to the selected foundation model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDLMODELREQUESTFIELDS() |
Getter for ADDITIONALMODELREQUESTFIELDS, with configurable d |
ASK_ADDLMODELREQUESTFIELDS() |
Getter for ADDITIONALMODELREQUESTFIELDS w/ exceptions if fie |
HAS_ADDLMODELREQUESTFIELDS() |
Determine if ADDITIONALMODELREQUESTFIELDS has a value |