public class BatchChatCompletionsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
BatchChatCompletionsResponse() |
getResponseMetadata, setResponseMetadatapublic BatchChatCompletionsResponse choices(List<ChoiceForBatchChatCompletionsOutput> choices)
public BatchChatCompletionsResponse addChoicesItem(ChoiceForBatchChatCompletionsOutput choicesItem)
@Valid public @Valid List<ChoiceForBatchChatCompletionsOutput> getChoices()
public void setChoices(List<ChoiceForBatchChatCompletionsOutput> choices)
public BatchChatCompletionsResponse created(Integer created)
public Integer getCreated()
public void setCreated(Integer created)
public BatchChatCompletionsResponse id(String id)
public String getId()
public void setId(String id)
public BatchChatCompletionsResponse model(String model)
public String getModel()
public void setModel(String model)
public BatchChatCompletionsResponse object(String object)
public String getObject()
public void setObject(String object)
public BatchChatCompletionsResponse usage(UsageForBatchChatCompletionsOutput usage)
@Valid public @Valid UsageForBatchChatCompletionsOutput getUsage()
public void setUsage(UsageForBatchChatCompletionsOutput usage)
Copyright © 2025. All rights reserved.