Class AnthropicConnectionProperties
java.lang.Object
org.springframework.ai.anthropic.AbstractAnthropicOptions
org.springframework.ai.model.anthropic.autoconfigure.AnthropicConnectionProperties
@ConfigurationProperties("spring.ai.anthropic")
public class AnthropicConnectionProperties
extends AbstractAnthropicOptions
Anthropic connection properties.
- Since:
- 2.0.0
- Author:
- Soby Chacko
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.ai.anthropic.AbstractAnthropicOptions
getApiKey, getBaseUrl, getCustomHeaders, getMaxRetries, getModel, getProxy, getTimeout, setApiKey, setBaseUrl, setCustomHeaders, setMaxRetries, setModel, setProxy, setTimeout
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
AnthropicConnectionProperties
public AnthropicConnectionProperties()
-