/AWS1/CL_S3VQUERYVECTORSOUTPUT¶
QueryVectorsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_vectors TYPE /AWS1/CL_S3VQUERYOUTPUTVECTOR=>TT_QUERYVECTORSOUTPUTLIST TT_QUERYVECTORSOUTPUTLIST¶
The vectors in the approximate nearest neighbor search.
iv_distancemetric TYPE /AWS1/S3VDISTANCEMETRIC /AWS1/S3VDISTANCEMETRIC¶
The distance metric that was used for the similarity search calculation. This is the same distance metric that was configured for the vector index when it was created.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/S3VQUERYVECTORSNEXTTOKEN /AWS1/S3VQUERYVECTORSNEXTTOKEN¶
Pagination token to be used in the subsequent page request. The field is empty if no further pagination is required.
Queryable Attributes¶
vectors¶
The vectors in the approximate nearest neighbor search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VECTORS() |
Getter for VECTORS, with configurable default |
ASK_VECTORS() |
Getter for VECTORS w/ exceptions if field has no value |
HAS_VECTORS() |
Determine if VECTORS has a value |
distanceMetric¶
The distance metric that was used for the similarity search calculation. This is the same distance metric that was configured for the vector index when it was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTANCEMETRIC() |
Getter for DISTANCEMETRIC, with configurable default |
ASK_DISTANCEMETRIC() |
Getter for DISTANCEMETRIC w/ exceptions if field has no valu |
HAS_DISTANCEMETRIC() |
Determine if DISTANCEMETRIC has a value |
nextToken¶
Pagination token to be used in the subsequent page request. The field is empty if no further pagination is required.
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 |