WebApiVectorizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a user-defined vectorizer for generating the vector embedding of a query string. Integration of an external vectorizer is achieved using the custom Web API interface of a skillset.
public class WebApiVectorizer : Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer
type WebApiVectorizer = class
inherit VectorSearchVectorizer
Public Class WebApiVectorizer
Inherits VectorSearchVectorizer
- Inheritance
Constructors
WebApiVectorizer(String) |
Initializes a new instance of WebApiVectorizer. |
Properties
Parameters |
Specifies the properties of the user-defined vectorizer. |
VectorizerName |
The name to associate with this particular vectorization method. (Inherited from VectorSearchVectorizer) |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET