Share via


AzureMachineLearningVectorizer Class

Definition

Specifies an Azure Machine Learning endpoint deployed via the Azure AI Foundry Model Catalog for generating the vector embedding of a query string.

public class AzureMachineLearningVectorizer : Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.AzureMachineLearningVectorizer>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.AzureMachineLearningVectorizer>
type AzureMachineLearningVectorizer = class
    inherit VectorSearchVectorizer
    interface IJsonModel<AzureMachineLearningVectorizer>
    interface IPersistableModel<AzureMachineLearningVectorizer>
Public Class AzureMachineLearningVectorizer
Inherits VectorSearchVectorizer
Implements IJsonModel(Of AzureMachineLearningVectorizer), IPersistableModel(Of AzureMachineLearningVectorizer)
Inheritance
AzureMachineLearningVectorizer
Implements

Constructors

Name Description
AzureMachineLearningVectorizer(String)

Initializes a new instance of AzureMachineLearningVectorizer.

Properties

Name Description
AMLParameters

Specifies the properties of the AML vectorizer.

VectorizerName

The name to associate with this particular vectorization method.

(Inherited from VectorSearchVectorizer)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AzureMachineLearningVectorizer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AzureMachineLearningVectorizer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<VectorSearchVectorizer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from VectorSearchVectorizer)
IJsonModel<VectorSearchVectorizer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from VectorSearchVectorizer)
IPersistableModel<AzureMachineLearningVectorizer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureMachineLearningVectorizer>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AzureMachineLearningVectorizer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<VectorSearchVectorizer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from VectorSearchVectorizer)
IPersistableModel<VectorSearchVectorizer>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from VectorSearchVectorizer)
IPersistableModel<VectorSearchVectorizer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from VectorSearchVectorizer)

Applies to