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