Package version:

Interface BaseAzureMachineLearningVectorizerParameters

Specifies the properties common between all AML vectorizer auth types.

interface BaseAzureMachineLearningVectorizerParameters {
    modelName?: string;
    timeout?: string;
}

Hierarchy (view full)

Properties

Properties

modelName?: string

The name of the embedding model from the Azure AI Studio Catalog that is deployed at the provided endpoint.

timeout?: string

When specified, indicates the timeout for the http client making the API call.