Class OpenAiAutoConfigurationUtil.ResolvedConnectionProperties
java.lang.Object
org.springframework.ai.openai.AbstractOpenAiOptions
org.springframework.ai.model.openai.autoconfigure.OpenAiAutoConfigurationUtil.ResolvedConnectionProperties
- Enclosing class:
OpenAiAutoConfigurationUtil
public static class OpenAiAutoConfigurationUtil.ResolvedConnectionProperties
extends AbstractOpenAiOptions
-
Field Summary
Fields inherited from class org.springframework.ai.openai.AbstractOpenAiOptions
DEFAULT_MAX_RETRIES, DEFAULT_TIMEOUT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.ai.openai.AbstractOpenAiOptions
getApiKey, getBaseUrl, getCredential, getCustomHeaders, getDeploymentName, getMaxRetries, getMicrosoftDeploymentName, getMicrosoftFoundryServiceVersion, getModel, getOrganizationId, getProxy, getTimeout, isGitHubModels, isMicrosoftFoundry, setApiKey, setBaseUrl, setCredential, setCustomHeaders, setDeploymentName, setGitHubModels, setMaxRetries, setMicrosoftDeploymentName, setMicrosoftFoundry, setMicrosoftFoundryServiceVersion, setModel, setOrganizationId, setProxy, setTimeout
-
Constructor Details
-
ResolvedConnectionProperties
public ResolvedConnectionProperties()
-