/AWS1/CL_BDAVECTORSRCHBEDROC01¶
Configures the Amazon Bedrock model used for reranking retrieved results.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_modelarn
TYPE /AWS1/BDABEDROCKRERANKMODELARN
/AWS1/BDABEDROCKRERANKMODELARN
¶
The Amazon Resource Name (ARN) of the Amazon Bedrock reranker model.
Optional arguments:¶
it_addlmodelrequestfields
TYPE /AWS1/CL_RT_DOCUMENT=>TT_MAP
TT_MAP
¶
Specifies additional model-specific request parameters as key-value pairs that are included in the request to the Amazon Bedrock reranker model.
Queryable Attributes¶
modelArn¶
The Amazon Resource Name (ARN) of the Amazon Bedrock reranker model.
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¶
Specifies additional model-specific request parameters as key-value pairs that are included in the request to the Amazon Bedrock reranker 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 |