你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VectorSearchProfile Class

Definition

Defines a combination of configurations to use with vector search.

public class VectorSearchProfile
type VectorSearchProfile = class
Public Class VectorSearchProfile
Inheritance
VectorSearchProfile

Constructors

VectorSearchProfile(String, String)

Initializes a new instance of VectorSearchProfile.

Properties

AlgorithmConfigurationName

The name of the vector search algorithm configuration that specifies the algorithm and optional parameters.

CompressionName

The name of the compression method configuration that specifies the compression method and optional parameters.

Name

The name to associate with this particular vector search profile.

VectorizerName

The name of the vectorization being configured for use with vector search.

Applies to