Class VertexAiGeminiConnectionProperties
java.lang.Object
org.springframework.ai.autoconfigure.vertexai.gemini.VertexAiGeminiConnectionProperties
@ConfigurationProperties("spring.ai.vertex.ai.gemini")
public class VertexAiGeminiConnectionProperties
extends Object
Configuration properties for Vertex AI Gemini Chat.
- Since:
- 0.8.0
- Author:
- Christian Tzolov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.Resource
void
setCredentialsUri
(org.springframework.core.io.Resource credentialsUri) void
setLocation
(String location) void
setProjectId
(String projectId)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
VertexAiGeminiConnectionProperties
public VertexAiGeminiConnectionProperties()
-
-
Method Details
-
getProjectId
-
setProjectId
-
getLocation
-
setLocation
-
getCredentialsUri
public org.springframework.core.io.Resource getCredentialsUri() -
setCredentialsUri
public void setCredentialsUri(org.springframework.core.io.Resource credentialsUri)
-