All Products
Search
Document Center

Tablestore:VectorDataType

Last Updated:Feb 06, 2025

VectorDataType specifies the Vector data type.

Enumeration value list

VD_FLOAT_32: float32.

enum VectorDataType {
    VD_FLOAT_32 = 2;
}