Share via


VectorDataType Enum

Definition

Defines the target data type of a vector index specification in the Azure Cosmos DB service.

public enum VectorDataType
type VectorDataType = 
Public Enum VectorDataType
Inheritance
VectorDataType

Fields

Name Value Description
Float32 0

Represent a float32 data type.

Uint8 1

Represent an uint8 data type.

Int8 2

Represent a int8 data type.

Applies to