/AWS1/CL_S3VVECTORDATA¶
Amazon S3 Vectors is in preview release for Amazon S3 and is subject to change.
The vector data in different formats.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_float32
TYPE /AWS1/CL_S3VFLOAT32VECTORDAT00=>TT_FLOAT32VECTORDATA
TT_FLOAT32VECTORDATA
¶
The vector data as 32-bit floating point numbers. The number of elements in this array must exactly match the dimension of the vector index where the operation is being performed.
Queryable Attributes¶
float32¶
The vector data as 32-bit floating point numbers. The number of elements in this array must exactly match the dimension of the vector index where the operation is being performed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FLOAT32() |
Getter for FLOAT32, with configurable default |
ASK_FLOAT32() |
Getter for FLOAT32 w/ exceptions if field has no value |
HAS_FLOAT32() |
Determine if FLOAT32 has a value |