Uses of Class
org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiConnectionProperties
Packages that use AzureOpenAiConnectionProperties
-
Uses of AzureOpenAiConnectionProperties in org.springframework.ai.autoconfigure.azure.openai
Methods in org.springframework.ai.autoconfigure.azure.openai with parameters of type AzureOpenAiConnectionPropertiesModifier and TypeMethodDescriptioncom.azure.ai.openai.OpenAIClientBuilder
AzureOpenAiAutoConfiguration.openAIClientBuilder
(AzureOpenAiConnectionProperties connectionProperties, org.springframework.beans.factory.ObjectProvider<AzureOpenAIClientBuilderCustomizer> customizers) com.azure.ai.openai.OpenAIClientBuilder
AzureOpenAiAutoConfiguration.openAIClientWithTokenCredential
(AzureOpenAiConnectionProperties connectionProperties, com.azure.core.credential.TokenCredential tokenCredential, org.springframework.beans.factory.ObjectProvider<AzureOpenAIClientBuilderCustomizer> customizers)