Sdílet prostřednictvím


CosmosDBVectorIndexType Struct

Definition

The index type of the vector. Currently, flat, diskANN, and quantizedFlat are supported.

public readonly struct CosmosDBVectorIndexType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBVectorIndexType>
type CosmosDBVectorIndexType = struct
Public Structure CosmosDBVectorIndexType
Implements IEquatable(Of CosmosDBVectorIndexType)
Inheritance
CosmosDBVectorIndexType
Implements

Constructors

CosmosDBVectorIndexType(String)

Initializes a new instance of CosmosDBVectorIndexType.

Properties

DiskAnn

diskANN.

Flat

flat.

QuantizedFlat

quantizedFlat.

Methods

Equals(CosmosDBVectorIndexType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(CosmosDBVectorIndexType, CosmosDBVectorIndexType)

Determines if two CosmosDBVectorIndexType values are the same.

Implicit(String to CosmosDBVectorIndexType)

Converts a String to a CosmosDBVectorIndexType.

Inequality(CosmosDBVectorIndexType, CosmosDBVectorIndexType)

Determines if two CosmosDBVectorIndexType values are not the same.

Applies to