VectorSearchVectorizerKind Struct
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.
The vectorization method to be used during query time.
public readonly struct VectorSearchVectorizerKind : IEquatable<Azure.Search.Documents.Indexes.Models.VectorSearchVectorizerKind>
type VectorSearchVectorizerKind = struct
Public Structure VectorSearchVectorizerKind
Implements IEquatable(Of VectorSearchVectorizerKind)
- Inheritance
-
VectorSearchVectorizerKind
- Implements
Constructors
| Name | Description |
|---|---|
| VectorSearchVectorizerKind(String) |
Initializes a new instance of VectorSearchVectorizerKind. |
Properties
| Name | Description |
|---|---|
| AIServicesVision |
Generate embeddings for an image or text input at query time using the Azure AI Services Vision Vectorize API. |
| AML |
Generate embeddings using an Azure Machine Learning endpoint deployed via the Azure AI Foundry Model Catalog at query time. |
| AzureOpenAI |
Generate embeddings using an Azure OpenAI resource at query time. |
| CustomWebApi |
Generate embeddings using a custom web endpoint at query time. |
Methods
| Name | Description |
|---|---|
| Equals(VectorSearchVectorizerKind) |
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
| Name | Description |
|---|---|
| Equality(VectorSearchVectorizerKind, VectorSearchVectorizerKind) |
Determines if two VectorSearchVectorizerKind values are the same. |
| Implicit(String to Nullable<VectorSearchVectorizerKind>) | |
| Implicit(String to VectorSearchVectorizerKind) |
Converts a string to a VectorSearchVectorizerKind. |
| Inequality(VectorSearchVectorizerKind, VectorSearchVectorizerKind) |
Determines if two VectorSearchVectorizerKind values are not the same. |