Uses of Record Class
org.springframework.ai.bedrock.cohere.api.CohereChatBedrockApi.CohereChatRequest.LogitBias
Packages that use CohereChatBedrockApi.CohereChatRequest.LogitBias
-
Uses of CohereChatBedrockApi.CohereChatRequest.LogitBias in org.springframework.ai.bedrock.cohere
Methods in org.springframework.ai.bedrock.cohere that return CohereChatBedrockApi.CohereChatRequest.LogitBiasMethods in org.springframework.ai.bedrock.cohere with parameters of type CohereChatBedrockApi.CohereChatRequest.LogitBiasModifier 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
Methods in org.springframework.ai.bedrock.cohere.api that return CohereChatBedrockApi.CohereChatRequest.LogitBiasModifier and TypeMethodDescriptionCohereChatBedrockApi.CohereChatRequest.logitBias()
Returns the value of thelogitBias
record component.Methods in org.springframework.ai.bedrock.cohere.api with parameters of type CohereChatBedrockApi.CohereChatRequest.LogitBiasModifier and TypeMethodDescriptionCohereChatBedrockApi.CohereChatRequest.Builder.withLogitBias
(CohereChatBedrockApi.CohereChatRequest.LogitBias logitBias) Constructors in org.springframework.ai.bedrock.cohere.api with parameters of type CohereChatBedrockApi.CohereChatRequest.LogitBiasModifierConstructorDescriptionCohereChatRequest
(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.