public class ChatCompletionChoiceLogprobContent extends Object
| Constructor and Description |
|---|
ChatCompletionChoiceLogprobContent() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getBytes() |
Double |
getLogprob() |
String |
getToken() |
List<ChatCompletionChoiceLogprobContentTopLogprob> |
getTopLogprobs() |
void |
setBytes(List<Integer> bytes) |
void |
setLogprob(Double logprob) |
void |
setToken(String token) |
void |
setTopLogprobs(List<ChatCompletionChoiceLogprobContentTopLogprob> topLogprobs) |
String |
toString() |
public String getToken()
public void setToken(String token)
public Double getLogprob()
public void setLogprob(Double logprob)
public List<ChatCompletionChoiceLogprobContentTopLogprob> getTopLogprobs()
public void setTopLogprobs(List<ChatCompletionChoiceLogprobContentTopLogprob> topLogprobs)
Copyright © 2025. All rights reserved.