共用方式為


VectorSearchProfile(String, String) Constructor

Definition

Initializes a new instance of VectorSearchProfile.

public VectorSearchProfile (string name, string algorithmConfigurationName);
new Azure.Search.Documents.Indexes.Models.VectorSearchProfile : string * string -> Azure.Search.Documents.Indexes.Models.VectorSearchProfile
Public Sub New (name As String, algorithmConfigurationName As String)

Parameters

name
String

The name to associate with this particular vector search profile.

algorithmConfigurationName
String

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

Exceptions

name or algorithmConfigurationName is null.

Applies to