Package version:

Interface AzureMachineLearningVectorizer

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

interface AzureMachineLearningVectorizer {
    amlParameters?: AzureMachineLearningVectorizerParameters;
    kind: "aml";
    vectorizerName: string;
}

Hierarchy (view full)

Properties

Specifies the properties of the AML vectorizer.

kind

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

vectorizerName: string

The name to associate with this particular vectorization method.