Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.addAllTokenLogprobs(Iterable<? extends Double> values)
repeated double token_logprobs = 2;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.addAllTokens(Iterable<String> values)
repeated string tokens = 1;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.addTokenLogprobs(double value)
repeated double token_logprobs = 2;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.addTokens(String value)
repeated string tokens = 1;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.addTokensBytes(com.google.protobuf.ByteString value)
repeated string tokens = 1;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.clear() |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.clearReqId()
string req_id = 3;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.clearTokenLogprobs()
repeated double token_logprobs = 2;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.clearTokens()
repeated string tokens = 1;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.clone() |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.mergeFrom(Api.LabelLogprobosValue other) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.mergeFrom(com.google.protobuf.Message other) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.newBuilder() |
static Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.newBuilder(Api.LabelLogprobosValue prototype) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.newBuilderForType() |
protected Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.setReqId(String value)
string req_id = 3;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.setReqIdBytes(com.google.protobuf.ByteString value)
string req_id = 3;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.setTokenLogprobs(int index,
double value)
repeated double token_logprobs = 2;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.setTokens(int index,
String value)
repeated string tokens = 1;
|
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Api.LabelLogprobosValue.Builder |
Api.LabelLogprobosValue.toBuilder() |