public static interface Api.LabelLogprobosValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getReqId()
string req_id = 3; |
com.google.protobuf.ByteString |
getReqIdBytes()
string req_id = 3; |
double |
getTokenLogprobs(int index)
repeated double token_logprobs = 2; |
int |
getTokenLogprobsCount()
repeated double token_logprobs = 2; |
List<Double> |
getTokenLogprobsList()
repeated double token_logprobs = 2; |
String |
getTokens(int index)
repeated string tokens = 1; |
com.google.protobuf.ByteString |
getTokensBytes(int index)
repeated string tokens = 1; |
int |
getTokensCount()
repeated string tokens = 1; |
List<String> |
getTokensList()
repeated string tokens = 1; |
List<String> getTokensList()
repeated string tokens = 1;int getTokensCount()
repeated string tokens = 1;String getTokens(int index)
repeated string tokens = 1;index - The index of the element to return.com.google.protobuf.ByteString getTokensBytes(int index)
repeated string tokens = 1;index - The index of the value to return.List<Double> getTokenLogprobsList()
repeated double token_logprobs = 2;int getTokenLogprobsCount()
repeated double token_logprobs = 2;double getTokenLogprobs(int index)
repeated double token_logprobs = 2;index - The index of the element to return.String getReqId()
string req_id = 3;com.google.protobuf.ByteString getReqIdBytes()
string req_id = 3;Copyright © 2025. All rights reserved.