Uses of Record Class
org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.LogitBias
-
Uses of CohereChatBedrockApi.CohereChatRequest.LogitBias in org.springframework.ai.bedrock.cohere
Modifier and TypeMethodDescriptionvoid
BedrockCohereChatOptions.setLogitBias
(CohereChatBedrockApi.CohereChatRequest.LogitBias logitBias) BedrockCohereChatOptions.Builder.withLogitBias
(CohereChatBedrockApi.CohereChatRequest.LogitBias logitBias) -
Uses of CohereChatBedrockApi.CohereChatRequest.LogitBias in org.springframework.ai.bedrock.cohere.api
Modifier and TypeMethodDescriptionCohereChatBedrockApi.CohereChatRequest.logitBias()
Returns the value of thelogitBias
record component.Modifier and TypeMethodDescriptionCohereChatBedrockApi.CohereChatRequest.Builder.withLogitBias
(CohereChatBedrockApi.CohereChatRequest.LogitBias logitBias) ModifierConstructorDescriptionCohereChatRequest
(String prompt, Double temperature, Double topP, Integer topK, Integer maxTokens, List<String> stopSequences, CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods returnLikelihoods, boolean stream, Integer numGenerations, CohereChatBedrockApi.CohereChatRequest.LogitBias logitBias, CohereChatBedrockApi.CohereChatRequest.Truncate truncate) Creates an instance of aCohereChatRequest
record class.