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