VectorDataType

Updated at:

VectorDataType specifies the data type of vector data stored in Tablestore.

Enumeration values

VD_FLOAT_32: Stores vector data as 32-bit floating-point numbers (float32).

enum VectorDataType {
    VD_FLOAT_32 = 2;
}