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