Uses of Class
org.languagetool.languagemodel.bert.grpc.BertLmProto.BatchBertLmResponse
Packages that use BertLmProto.BatchBertLmResponse
-
Uses of BertLmProto.BatchBertLmResponse in org.languagetool.languagemodel.bert.grpc
Fields in org.languagetool.languagemodel.bert.grpc declared as BertLmProto.BatchBertLmResponseModifier and TypeFieldDescriptionprivate static final BertLmProto.BatchBertLmResponseBertLmProto.BatchBertLmResponse.DEFAULT_INSTANCEFields in org.languagetool.languagemodel.bert.grpc with type parameters of type BertLmProto.BatchBertLmResponseModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<BertLmProto.BatchScoreRequest, BertLmProto.BatchBertLmResponse> BertLmGrpc.getBatchScoreMethodprivate static final com.google.protobuf.Parser<BertLmProto.BatchBertLmResponse> BertLmProto.BatchBertLmResponse.PARSERMethods in org.languagetool.languagemodel.bert.grpc that return BertLmProto.BatchBertLmResponseModifier and TypeMethodDescriptionBertLmGrpc.BertLmBlockingStub.batchScore(BertLmProto.BatchScoreRequest request) BertLmProto.BatchBertLmResponse.Builder.build()BertLmProto.BatchBertLmResponse.Builder.buildPartial()BertLmProto.BatchBertLmResponse.getDefaultInstance()BertLmProto.BatchBertLmResponse.Builder.getDefaultInstanceForType()BertLmProto.BatchBertLmResponse.getDefaultInstanceForType()BertLmProto.BatchBertLmResponse.parseDelimitedFrom(InputStream input) BertLmProto.BatchBertLmResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BertLmProto.BatchBertLmResponse.parseFrom(byte[] data) BertLmProto.BatchBertLmResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BertLmProto.BatchBertLmResponse.parseFrom(com.google.protobuf.ByteString data) BertLmProto.BatchBertLmResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BertLmProto.BatchBertLmResponse.parseFrom(com.google.protobuf.CodedInputStream input) BertLmProto.BatchBertLmResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BertLmProto.BatchBertLmResponse.parseFrom(InputStream input) BertLmProto.BatchBertLmResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BertLmProto.BatchBertLmResponse.parseFrom(ByteBuffer data) BertLmProto.BatchBertLmResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.languagetool.languagemodel.bert.grpc that return types with arguments of type BertLmProto.BatchBertLmResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<BertLmProto.BatchBertLmResponse> BertLmGrpc.BertLmFutureStub.batchScore(BertLmProto.BatchScoreRequest request) static io.grpc.MethodDescriptor<BertLmProto.BatchScoreRequest, BertLmProto.BatchBertLmResponse> BertLmGrpc.getBatchScoreMethod()com.google.protobuf.Parser<BertLmProto.BatchBertLmResponse> BertLmProto.BatchBertLmResponse.getParserForType()static com.google.protobuf.Parser<BertLmProto.BatchBertLmResponse> BertLmProto.BatchBertLmResponse.parser()Methods in org.languagetool.languagemodel.bert.grpc with parameters of type BertLmProto.BatchBertLmResponseModifier and TypeMethodDescriptionprivate voidBertLmProto.BatchBertLmResponse.Builder.buildPartial0(BertLmProto.BatchBertLmResponse result) private voidBertLmProto.BatchBertLmResponse.Builder.buildPartialRepeatedFields(BertLmProto.BatchBertLmResponse result) BertLmProto.BatchBertLmResponse.Builder.mergeFrom(BertLmProto.BatchBertLmResponse other) BertLmProto.BatchBertLmResponse.newBuilder(BertLmProto.BatchBertLmResponse prototype) Method parameters in org.languagetool.languagemodel.bert.grpc with type arguments of type BertLmProto.BatchBertLmResponseModifier and TypeMethodDescriptiondefault voidBertLmGrpc.AsyncService.batchScore(BertLmProto.BatchScoreRequest request, io.grpc.stub.StreamObserver<BertLmProto.BatchBertLmResponse> responseObserver) voidBertLmGrpc.BertLmStub.batchScore(BertLmProto.BatchScoreRequest request, io.grpc.stub.StreamObserver<BertLmProto.BatchBertLmResponse> responseObserver)