/AWS1/CL_BDZRERANKRESPONSE¶
RerankResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_results TYPE /AWS1/CL_BDZRERANKRESULT=>TT_RERANKRESULTSLIST TT_RERANKRESULTSLIST¶
An array of objects, each of which contains information about the results of reranking.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDZNEXTTOKEN /AWS1/BDZNEXTTOKEN¶
If the total number of results is greater than can fit in the response, use this token in the
nextTokenfield when making another request to return the next batch of results.
Queryable Attributes¶
results¶
An array of objects, each of which contains information about the results of reranking.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_RESULTS() | 
Getter for RESULTS, with configurable default | 
ASK_RESULTS() | 
Getter for RESULTS w/ exceptions if field has no value | 
HAS_RESULTS() | 
Determine if RESULTS has a value | 
nextToken¶
If the total number of results is greater than can fit in the response, use this token in the
nextTokenfield when making another request to return the next batch of results.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_NEXTTOKEN() | 
Getter for NEXTTOKEN, with configurable default | 
ASK_NEXTTOKEN() | 
Getter for NEXTTOKEN w/ exceptions if field has no value | 
HAS_NEXTTOKEN() | 
Determine if NEXTTOKEN has a value |