AzureOpenAIParameters interface
Specifies the parameters for connecting to the Azure OpenAI resource.
Properties
| api |
API key of the designated Azure OpenAI resource. |
| auth |
The user-assigned managed identity used for outbound connections. |
| deployment |
ID of the Azure OpenAI model deployment on the designated resource. |
| model |
The name of the embedding model that is deployed at the provided deploymentId path. |
| resource |
The resource URI of the Azure OpenAI resource. |
Property Details
apiKey
API key of the designated Azure OpenAI resource.
apiKey?: string
Property Value
string
authIdentity
The user-assigned managed identity used for outbound connections.
authIdentity?: SearchIndexerDataIdentity
Property Value
deploymentId
ID of the Azure OpenAI model deployment on the designated resource.
deploymentId?: string
Property Value
string
modelName
The name of the embedding model that is deployed at the provided deploymentId path.
modelName?: string
Property Value
string
resourceUrl
The resource URI of the Azure OpenAI resource.
resourceUrl?: string
Property Value
string