CosmosDBVectorDataType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the data type of vector.
public enum CosmosDBVectorDataType
type CosmosDBVectorDataType =
Public Enum CosmosDBVectorDataType
- Inheritance
-
CosmosDBVectorDataType
Fields
Name | Value | Description |
---|---|---|
Float32 | 0 | float32. |
Uint8 | 1 | uint8. |
Int8 | 2 | int8. |