Share via


AzureMachineLearningVectorizer interface

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

Extends

Properties

amlParameters

Specifies the properties of the AML vectorizer.

kind

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

vectorizerName

The name to associate with this particular vectorization method.

Property Details

amlParameters

Specifies the properties of the AML vectorizer.

amlParameters?: AzureMachineLearningVectorizerParameters

Property Value

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "aml"

Property Value

"aml"

Inherited Property Details

vectorizerName

The name to associate with this particular vectorization method.

vectorizerName: string

Property Value

string

Inherited From BaseVectorSearchVectorizer.vectorizerName