共用方式為


VectorSearchCompressionRescoreStorageMethod Struct

Definition

The storage method for the original full-precision vectors used for rescoring and internal index operations.

public readonly struct VectorSearchCompressionRescoreStorageMethod : IEquatable<Azure.Search.Documents.Indexes.Models.VectorSearchCompressionRescoreStorageMethod>
type VectorSearchCompressionRescoreStorageMethod = struct
Public Structure VectorSearchCompressionRescoreStorageMethod
Implements IEquatable(Of VectorSearchCompressionRescoreStorageMethod)
Inheritance
VectorSearchCompressionRescoreStorageMethod
Implements

Constructors

VectorSearchCompressionRescoreStorageMethod(String)

Initializes a new instance of VectorSearchCompressionRescoreStorageMethod.

Properties

DiscardOriginals

This option discards the original full-precision vectors. Choose this option for maximum storage savings. Since this option does not allow for rescoring and oversampling, it will often cause slight to moderate reductions in quality.

PreserveOriginals

This option preserves the original full-precision vectors. Choose this option for maximum flexibility and highest quality of compressed search results. This consumes more storage but allows for rescoring and oversampling.

Methods

Equals(VectorSearchCompressionRescoreStorageMethod)

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(VectorSearchCompressionRescoreStorageMethod, VectorSearchCompressionRescoreStorageMethod)

Determines if two VectorSearchCompressionRescoreStorageMethod values are the same.

Implicit(String to VectorSearchCompressionRescoreStorageMethod)

Converts a String to a VectorSearchCompressionRescoreStorageMethod.

Inequality(VectorSearchCompressionRescoreStorageMethod, VectorSearchCompressionRescoreStorageMethod)

Determines if two VectorSearchCompressionRescoreStorageMethod values are not the same.

Applies to