@Generated(value="jsonschema2pojo") public class LabelLogprobosValue extends Object
构造器和说明 |
---|
LabelLogprobosValue() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object other) |
String |
getReqId()
Req Id
|
List<Double> |
getTokenLogprobs()
Token Logprobs
|
List<String> |
getTokens()
Tokens
|
int |
hashCode() |
void |
setReqId(String reqId)
Req Id
|
void |
setTokenLogprobs(List<Double> tokenLogprobs)
Token Logprobs
|
void |
setTokens(List<String> tokens)
Tokens
|
String |
toString() |
LabelLogprobosValue |
withReqId(String reqId) |
LabelLogprobosValue |
withTokenLogprobs(List<Double> tokenLogprobs) |
LabelLogprobosValue |
withTokens(List<String> tokens) |
public LabelLogprobosValue withTokens(List<String> tokens)
public LabelLogprobosValue withTokenLogprobs(List<Double> tokenLogprobs)
public String getReqId()
public void setReqId(String reqId)
public LabelLogprobosValue withReqId(String reqId)
Copyright © 2024. All rights reserved.