BaseAzureMachineLearningVectorizerParameters interface
Specifies the properties common between all AML vectorizer auth types.
Properties
| model |
The name of the embedding model from the Azure AI Foundry Catalog that is deployed at the provided endpoint. |
| timeout | When specified, indicates the timeout for the http client making the API call. |
Property Details
modelName
The name of the embedding model from the Azure AI Foundry Catalog that is deployed at the provided endpoint.
modelName?: string
Property Value
string
timeout
When specified, indicates the timeout for the http client making the API call.
timeout?: string
Property Value
string