Skip to content

/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.


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