AzureOpenAIVectorizerParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the parameters for connecting to the Azure OpenAI resource.
public class AzureOpenAIVectorizerParameters
type AzureOpenAIVectorizerParameters = class
Public Class AzureOpenAIVectorizerParameters
- Inheritance
-
AzureOpenAIVectorizerParameters
Constructors
AzureOpenAIVectorizerParameters() |
Initializes a new instance of AzureOpenAIVectorizerParameters. |
Properties
ApiKey |
API key of the designated Azure OpenAI resource. |
AuthenticationIdentity |
The user-assigned managed identity used for outbound connections. Please note SearchIndexerDataIdentity is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SearchIndexerDataNoneIdentity and SearchIndexerDataUserAssignedIdentity. |
DeploymentName |
ID of the Azure OpenAI model deployment on the designated resource. |
ModelName |
The name of the embedding model that is deployed at the provided deploymentId path. |
ResourceUri |
The resource URI of the Azure OpenAI resource. |
Applies to
Azure SDK for .NET