public class ChoiceForBatchChatCompletionsOutput extends Object
| Constructor and Description |
|---|
ChoiceForBatchChatCompletionsOutput() |
public ChoiceForBatchChatCompletionsOutput delta(DeltaForBatchChatCompletionsOutput delta)
@Valid public @Valid DeltaForBatchChatCompletionsOutput getDelta()
public void setDelta(DeltaForBatchChatCompletionsOutput delta)
public ChoiceForBatchChatCompletionsOutput finishReason(String finishReason)
public String getFinishReason()
public void setFinishReason(String finishReason)
public ChoiceForBatchChatCompletionsOutput index(Integer index)
public Integer getIndex()
public void setIndex(Integer index)
public ChoiceForBatchChatCompletionsOutput logprobs(LogprobsForBatchChatCompletionsOutput logprobs)
@Valid public @Valid LogprobsForBatchChatCompletionsOutput getLogprobs()
public void setLogprobs(LogprobsForBatchChatCompletionsOutput logprobs)
public ChoiceForBatchChatCompletionsOutput message(MessageForBatchChatCompletionsOutput message)
@Valid public @Valid MessageForBatchChatCompletionsOutput getMessage()
public void setMessage(MessageForBatchChatCompletionsOutput message)
Copyright © 2025. All rights reserved.