Uses of Class
org.languagetool.languagemodel.bert.grpc.BertLmProto.BatchScoreRequest.Builder
Packages that use BertLmProto.BatchScoreRequest.Builder
-
Uses of BertLmProto.BatchScoreRequest.Builder in org.languagetool.languagemodel.bert.grpc
Methods in org.languagetool.languagemodel.bert.grpc that return BertLmProto.BatchScoreRequest.BuilderModifier and TypeMethodDescriptionBertLmProto.BatchScoreRequest.Builder.addAllRequests(Iterable<? extends BertLmProto.ScoreRequest> values) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BertLmProto.BatchScoreRequest.Builder.addRequests(int index, BertLmProto.ScoreRequest value) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.addRequests(int index, BertLmProto.ScoreRequest.Builder builderForValue) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.addRequests(BertLmProto.ScoreRequest value) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.addRequests(BertLmProto.ScoreRequest.Builder builderForValue) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.clear()BertLmProto.BatchScoreRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) BertLmProto.BatchScoreRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) BertLmProto.BatchScoreRequest.Builder.clearRequests()repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.clone()BertLmProto.BatchScoreRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BertLmProto.BatchScoreRequest.Builder.mergeFrom(com.google.protobuf.Message other) BertLmProto.BatchScoreRequest.Builder.mergeFrom(BertLmProto.BatchScoreRequest other) BertLmProto.BatchScoreRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BertLmProto.BatchScoreRequest.newBuilder()BertLmProto.BatchScoreRequest.newBuilder(BertLmProto.BatchScoreRequest prototype) BertLmProto.BatchScoreRequest.newBuilderForType()protected BertLmProto.BatchScoreRequest.BuilderBertLmProto.BatchScoreRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) BertLmProto.BatchScoreRequest.Builder.removeRequests(int index) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BertLmProto.BatchScoreRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) BertLmProto.BatchScoreRequest.Builder.setRequests(int index, BertLmProto.ScoreRequest value) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.setRequests(int index, BertLmProto.ScoreRequest.Builder builderForValue) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BertLmProto.BatchScoreRequest.toBuilder()