Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.ChatCompletionLogprobs
Packages that use DashScopeApiSpec.ChatCompletionLogprobs
-
Uses of DashScopeApiSpec.ChatCompletionLogprobs in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return DashScopeApiSpec.ChatCompletionLogprobsModifier and TypeMethodDescriptionDashScopeApiSpec.ChatCompletionOutput.Choice.logprobs()Returns the value of thelogprobsrecord component.Constructors in com.alibaba.cloud.ai.dashscope.spec with parameters of type DashScopeApiSpec.ChatCompletionLogprobsModifierConstructorDescriptionChoice(DashScopeApiSpec.ChatCompletionFinishReason finishReason, DashScopeApiSpec.ChatCompletionMessage message, DashScopeApiSpec.ChatCompletionLogprobs logprobs) Creates an instance of aChoicerecord class.