Uses of Class
org.languagetool.languagemodel.bert.grpc.BertLmProto.ScoreRequest
Packages that use BertLmProto.ScoreRequest
-
Uses of BertLmProto.ScoreRequest in org.languagetool.languagemodel.bert
Methods in org.languagetool.languagemodel.bert that return BertLmProto.ScoreRequest -
Uses of BertLmProto.ScoreRequest in org.languagetool.languagemodel.bert.grpc
Fields in org.languagetool.languagemodel.bert.grpc declared as BertLmProto.ScoreRequestModifier and TypeFieldDescriptionprivate static final BertLmProto.ScoreRequestBertLmProto.ScoreRequest.DEFAULT_INSTANCEFields in org.languagetool.languagemodel.bert.grpc with type parameters of type BertLmProto.ScoreRequestModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<BertLmProto.ScoreRequest, BertLmProto.BertLmResponse> BertLmGrpc.getScoreMethodprivate static final com.google.protobuf.Parser<BertLmProto.ScoreRequest> BertLmProto.ScoreRequest.PARSERprivate List<BertLmProto.ScoreRequest> BertLmProto.BatchScoreRequest.Builder.requests_private List<BertLmProto.ScoreRequest> BertLmProto.BatchScoreRequest.requests_private com.google.protobuf.RepeatedFieldBuilderV3<BertLmProto.ScoreRequest, BertLmProto.ScoreRequest.Builder, BertLmProto.ScoreRequestOrBuilder> BertLmProto.BatchScoreRequest.Builder.requestsBuilder_Methods in org.languagetool.languagemodel.bert.grpc that return BertLmProto.ScoreRequestModifier and TypeMethodDescriptionBertLmProto.ScoreRequest.Builder.build()BertLmProto.ScoreRequest.Builder.buildPartial()static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.getDefaultInstance()BertLmProto.ScoreRequest.Builder.getDefaultInstanceForType()BertLmProto.ScoreRequest.getDefaultInstanceForType()BertLmProto.BatchScoreRequest.Builder.getRequests(int index) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.getRequests(int index) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequestOrBuilder.getRequests(int index) repeated .bert.ScoreRequest requests = 1;static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseDelimitedFrom(InputStream input) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseFrom(byte[] data) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseFrom(com.google.protobuf.ByteString data) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseFrom(com.google.protobuf.CodedInputStream input) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseFrom(InputStream input) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseFrom(ByteBuffer data) static BertLmProto.ScoreRequestBertLmProto.ScoreRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.languagetool.languagemodel.bert.grpc that return types with arguments of type BertLmProto.ScoreRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BertLmProto.ScoreRequest> BertLmProto.ScoreRequest.getParserForType()private com.google.protobuf.RepeatedFieldBuilderV3<BertLmProto.ScoreRequest, BertLmProto.ScoreRequest.Builder, BertLmProto.ScoreRequestOrBuilder> BertLmProto.BatchScoreRequest.Builder.getRequestsFieldBuilder()BertLmProto.BatchScoreRequest.Builder.getRequestsList()repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.getRequestsList()repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequestOrBuilder.getRequestsList()repeated .bert.ScoreRequest requests = 1;static io.grpc.MethodDescriptor<BertLmProto.ScoreRequest, BertLmProto.BertLmResponse> BertLmGrpc.getScoreMethod()static com.google.protobuf.Parser<BertLmProto.ScoreRequest> BertLmProto.ScoreRequest.parser()Methods in org.languagetool.languagemodel.bert.grpc with parameters of type BertLmProto.ScoreRequestModifier and TypeMethodDescriptionBertLmProto.BatchScoreRequest.Builder.addRequests(int index, BertLmProto.ScoreRequest value) repeated .bert.ScoreRequest requests = 1;BertLmProto.BatchScoreRequest.Builder.addRequests(BertLmProto.ScoreRequest value) repeated .bert.ScoreRequest requests = 1;private voidBertLmProto.ScoreRequest.Builder.buildPartial0(BertLmProto.ScoreRequest result) private voidBertLmProto.ScoreRequest.Builder.buildPartialRepeatedFields(BertLmProto.ScoreRequest result) BertLmProto.ScoreRequest.Builder.mergeFrom(BertLmProto.ScoreRequest other) BertLmProto.ScoreRequest.newBuilder(BertLmProto.ScoreRequest prototype) default voidBertLmGrpc.AsyncService.score(BertLmProto.ScoreRequest request, io.grpc.stub.StreamObserver<BertLmProto.BertLmResponse> responseObserver) BertLmGrpc.BertLmBlockingStub.score(BertLmProto.ScoreRequest request) com.google.common.util.concurrent.ListenableFuture<BertLmProto.BertLmResponse> BertLmGrpc.BertLmFutureStub.score(BertLmProto.ScoreRequest request) voidBertLmGrpc.BertLmStub.score(BertLmProto.ScoreRequest request, io.grpc.stub.StreamObserver<BertLmProto.BertLmResponse> responseObserver) BertLmProto.BatchScoreRequest.Builder.setRequests(int index, BertLmProto.ScoreRequest value) repeated .bert.ScoreRequest requests = 1;Method parameters in org.languagetool.languagemodel.bert.grpc with type arguments of type BertLmProto.ScoreRequestModifier and TypeMethodDescriptionBertLmProto.BatchScoreRequest.Builder.addAllRequests(Iterable<? extends BertLmProto.ScoreRequest> values) repeated .bert.ScoreRequest requests = 1;