Class AnthropicConnectionProperties
java.lang.Object
org.springframework.ai.autoconfigure.anthropic.AnthropicConnectionProperties
@ConfigurationProperties("spring.ai.anthropic")
public class AnthropicConnectionProperties
extends Object
Anthropic API connection properties.
- Since:
- 1.0.0
- Author:
- Christian Tzolov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setBaseUrl
(String baseUrl) void
setBetaVersion
(String betaVersion) void
setVersion
(String version)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
AnthropicConnectionProperties
public AnthropicConnectionProperties()
-
-
Method Details
-
getApiKey
-
setApiKey
-
getBaseUrl
-
setBaseUrl
-
getVersion
-
setVersion
-
getBetaVersion
-
setBetaVersion
-