Uses of Enum Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.ChatCompletionFinishReason
Packages that use DashScopeApiSpec.ChatCompletionFinishReason
-
Uses of DashScopeApiSpec.ChatCompletionFinishReason in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return DashScopeApiSpec.ChatCompletionFinishReasonModifier and TypeMethodDescriptionDashScopeApiSpec.ChatCompletionOutput.Choice.finishReason()Returns the value of thefinishReasonrecord component.Returns the enum constant of this class with the specified name.DashScopeApiSpec.ChatCompletionFinishReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.alibaba.cloud.ai.dashscope.spec with parameters of type DashScopeApiSpec.ChatCompletionFinishReasonModifierConstructorDescriptionChoice(DashScopeApiSpec.ChatCompletionFinishReason finishReason, DashScopeApiSpec.ChatCompletionMessage message, DashScopeApiSpec.ChatCompletionLogprobs logprobs) Creates an instance of aChoicerecord class.