Share via


QuantizerType Enum

Definition

Defines the quantizer type of a vector index path specification in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum QuantizerType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type QuantizerType = 
Public Enum QuantizerType
Inheritance
QuantizerType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Name Value Description
Product 0

Represents a product quantizer type.

Spherical 1

Represents a spherical quantizer type.

Applies to