Package org.springframework.ai.vertex
Class VertexAiChatOptions
java.lang.Object
org.springframework.ai.vertex.VertexAiChatOptions
- All Implemented Interfaces:
ChatOptions,ModelOptions
- Author:
- Christian Tzolov
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VertexAiChatOptions.Builderbuilder()getTopK()getTopP()voidsetCandidateCount(Integer candidateCount) voidsetTemperature(Float temperature) voidvoid
-
Constructor Details
-
VertexAiChatOptions
public VertexAiChatOptions()
-
-
Method Details
-
builder
-
getTemperature
- Specified by:
getTemperaturein interfaceChatOptions
-
setTemperature
- Specified by:
setTemperaturein interfaceChatOptions
-
getCandidateCount
-
setCandidateCount
-
getTopP
- Specified by:
getTopPin interfaceChatOptions
-
setTopP
- Specified by:
setTopPin interfaceChatOptions
-
getTopK
- Specified by:
getTopKin interfaceChatOptions
-
setTopK
- Specified by:
setTopKin interfaceChatOptions
-