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