/AWS1/CL_BDZRERANKDOCUMENT¶
Contains information about a document to rerank. Choose the type to define and include the field that corresponds to the type.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BDZRERANKDOCUMENTTYPE /AWS1/BDZRERANKDOCUMENTTYPE¶
The type of document to rerank.
Optional arguments:¶
io_textdocument TYPE REF TO /AWS1/CL_BDZRERANKTEXTDOCUMENT /AWS1/CL_BDZRERANKTEXTDOCUMENT¶
Contains information about a text document to rerank.
io_jsondocument TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
Contains a JSON document to rerank.
Queryable Attributes¶
type¶
The type of document to rerank.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_TYPE() | 
Getter for TYPE, with configurable default | 
ASK_TYPE() | 
Getter for TYPE w/ exceptions if field has no value | 
HAS_TYPE() | 
Determine if TYPE has a value | 
textDocument¶
Contains information about a text document to rerank.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_TEXTDOCUMENT() | 
Getter for TEXTDOCUMENT | 
jsonDocument¶
Contains a JSON document to rerank.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_JSONDOCUMENT() | 
Getter for JSONDOCUMENT, with configurable default | 
ASK_JSONDOCUMENT() | 
Getter for JSONDOCUMENT w/ exceptions if field has no value | 
HAS_JSONDOCUMENT() | 
Determine if JSONDOCUMENT has a value |