Class VertexAiPaLm2ChatOptions
java.lang.Object
org.springframework.ai.vertexai.palm2.VertexAiPaLm2ChatOptions
- All Implemented Interfaces:
ChatOptions
,ModelOptions
- Author:
- Christian Tzolov
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getTopK()
getTopP()
void
setCandidateCount
(Integer candidateCount) void
setTemperature
(Float temperature) void
void
-
Constructor Details
-
VertexAiPaLm2ChatOptions
public VertexAiPaLm2ChatOptions()
-
-
Method Details
-
builder
-
getTemperature
- Specified by:
getTemperature
in interfaceChatOptions
-
setTemperature
-
getCandidateCount
-
setCandidateCount
-
getTopP
- Specified by:
getTopP
in interfaceChatOptions
-
setTopP
-
getTopK
- Specified by:
getTopK
in interfaceChatOptions
-
setTopK
-