snowflake.snowpark.types.VectorType¶

class snowflake.snowpark.types.VectorType(element_type: Union[Type[int], Type[float], int, float], dimension: int)[source]¶

Bases: DataType

Vector data type. This maps to the VECTOR data type in Snowflake.

Methods

is_primitive()