public class ContentForBatchChatCompletionsOutput extends Object
| Constructor and Description |
|---|
ContentForBatchChatCompletionsOutput() |
| Modifier and Type | Method and Description |
|---|---|
ContentForBatchChatCompletionsOutput |
addBytesItem(Integer bytesItem) |
ContentForBatchChatCompletionsOutput |
addTopLogprobsItem(TopLogprobForBatchChatCompletionsOutput topLogprobsItem) |
ContentForBatchChatCompletionsOutput |
bytes(List<Integer> bytes) |
boolean |
equals(Object o) |
List<Integer> |
getBytes()
Get bytes
|
Float |
getLogprob()
Get logprob
|
String |
getToken()
Get token
|
@Valid List<TopLogprobForBatchChatCompletionsOutput> |
getTopLogprobs()
Get topLogprobs
|
int |
hashCode() |
ContentForBatchChatCompletionsOutput |
logprob(Float logprob) |
void |
setBytes(List<Integer> bytes) |
void |
setLogprob(Float logprob) |
void |
setToken(String token) |
void |
setTopLogprobs(List<TopLogprobForBatchChatCompletionsOutput> topLogprobs) |
ContentForBatchChatCompletionsOutput |
token(String token) |
ContentForBatchChatCompletionsOutput |
topLogprobs(List<TopLogprobForBatchChatCompletionsOutput> topLogprobs) |
String |
toString() |
public ContentForBatchChatCompletionsOutput()
public ContentForBatchChatCompletionsOutput bytes(List<Integer> bytes)
public ContentForBatchChatCompletionsOutput addBytesItem(Integer bytesItem)
public ContentForBatchChatCompletionsOutput logprob(Float logprob)
public Float getLogprob()
public void setLogprob(Float logprob)
public ContentForBatchChatCompletionsOutput token(String token)
public String getToken()
public void setToken(String token)
public ContentForBatchChatCompletionsOutput topLogprobs(List<TopLogprobForBatchChatCompletionsOutput> topLogprobs)
public ContentForBatchChatCompletionsOutput addTopLogprobsItem(TopLogprobForBatchChatCompletionsOutput topLogprobsItem)
@Valid public @Valid List<TopLogprobForBatchChatCompletionsOutput> getTopLogprobs()
public void setTopLogprobs(List<TopLogprobForBatchChatCompletionsOutput> topLogprobs)
Copyright © 2025. All rights reserved.