/AWS1/CL_BDKMETCONFFORRERANK¶
Configuration for how metadata should be used during the reranking process in Knowledge Base vector searches. This determines which metadata fields are included or excluded when reordering search results.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_selectionmode TYPE /AWS1/BDKRERANKMETSELIONMODE /AWS1/BDKRERANKMETSELIONMODE¶
The mode for selecting which metadata fields to include in the reranking process. Valid values are ALL (use all available metadata fields) or SELECTIVE (use only specified fields).
Optional arguments:¶
io_selectivemodeconf TYPE REF TO /AWS1/CL_BDKRERNKMETSELIVEMD00 /AWS1/CL_BDKRERNKMETSELIVEMD00¶
Configuration for selective mode, which allows you to explicitly include or exclude specific metadata fields during reranking. This is only used when selectionMode is set to SELECTIVE.
Queryable Attributes¶
selectionMode¶
The mode for selecting which metadata fields to include in the reranking process. Valid values are ALL (use all available metadata fields) or SELECTIVE (use only specified fields).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTIONMODE() |
Getter for SELECTIONMODE, with configurable default |
ASK_SELECTIONMODE() |
Getter for SELECTIONMODE w/ exceptions if field has no value |
HAS_SELECTIONMODE() |
Determine if SELECTIONMODE has a value |
selectiveModeConfiguration¶
Configuration for selective mode, which allows you to explicitly include or exclude specific metadata fields during reranking. This is only used when selectionMode is set to SELECTIVE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTIVEMODECONF() |
Getter for SELECTIVEMODECONFIGURATION |