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
public class WebApiVectorizer : Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.WebApiVectorizer>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.WebApiVectorizer>
type WebApiVectorizer = class
inherit VectorSearchVectorizer
type WebApiVectorizer = class
inherit VectorSearchVectorizer
interface IJsonModel<WebApiVectorizer>
interface IPersistableModel<WebApiVectorizer>
Public Class WebApiVectorizer
Inherits VectorSearchVectorizer
Public Class WebApiVectorizer
Inherits VectorSearchVectorizer
Implements IJsonModel(Of WebApiVectorizer), IPersistableModel(Of WebApiVectorizer)
- Inheritance
- Implements
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) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |