Package | Description |
---|---|
org.languagetool.languagemodel.bert.grpc |
Modifier and Type | Method and Description |
---|---|
BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.Builder.build() |
BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.Builder.buildPartial() |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.getDefaultInstance() |
BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.getDefaultInstanceForType() |
BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.Builder.getDefaultInstanceForType() |
BertLmProto.BertLmResponse |
BertLmProto.BatchBertLmResponseOrBuilder.getResponses(int index)
repeated .bert.BertLmResponse responses = 1; |
BertLmProto.BertLmResponse |
BertLmProto.BatchBertLmResponse.getResponses(int index)
repeated .bert.BertLmResponse responses = 1; |
BertLmProto.BertLmResponse |
BertLmProto.BatchBertLmResponse.Builder.getResponses(int index)
repeated .bert.BertLmResponse responses = 1; |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseDelimitedFrom(InputStream input) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseFrom(byte[] data) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseFrom(ByteBuffer data) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseFrom(com.google.protobuf.ByteString data) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseFrom(InputStream input) |
static BertLmProto.BertLmResponse |
BertLmProto.BertLmResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BertLmProto.BertLmResponse |
BertLmGrpc.BertLmBlockingStub.score(BertLmProto.ScoreRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<BertLmProto.BertLmResponse> |
BertLmProto.BertLmResponse.getParserForType() |
List<BertLmProto.BertLmResponse> |
BertLmProto.BatchBertLmResponseOrBuilder.getResponsesList()
repeated .bert.BertLmResponse responses = 1; |
List<BertLmProto.BertLmResponse> |
BertLmProto.BatchBertLmResponse.getResponsesList()
repeated .bert.BertLmResponse responses = 1; |
List<BertLmProto.BertLmResponse> |
BertLmProto.BatchBertLmResponse.Builder.getResponsesList()
repeated .bert.BertLmResponse responses = 1; |
static io.grpc.MethodDescriptor<BertLmProto.ScoreRequest,BertLmProto.BertLmResponse> |
BertLmGrpc.getScoreMethod() |
static com.google.protobuf.Parser<BertLmProto.BertLmResponse> |
BertLmProto.BertLmResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<BertLmProto.BertLmResponse> |
BertLmGrpc.BertLmFutureStub.score(BertLmProto.ScoreRequest request) |
Modifier and Type | Method and Description |
---|---|
BertLmProto.BatchBertLmResponse.Builder |
BertLmProto.BatchBertLmResponse.Builder.addResponses(BertLmProto.BertLmResponse value)
repeated .bert.BertLmResponse responses = 1; |
BertLmProto.BatchBertLmResponse.Builder |
BertLmProto.BatchBertLmResponse.Builder.addResponses(int index,
BertLmProto.BertLmResponse value)
repeated .bert.BertLmResponse responses = 1; |
BertLmProto.BertLmResponse.Builder |
BertLmProto.BertLmResponse.Builder.mergeFrom(BertLmProto.BertLmResponse other) |
static BertLmProto.BertLmResponse.Builder |
BertLmProto.BertLmResponse.newBuilder(BertLmProto.BertLmResponse prototype) |
BertLmProto.BatchBertLmResponse.Builder |
BertLmProto.BatchBertLmResponse.Builder.setResponses(int index,
BertLmProto.BertLmResponse value)
repeated .bert.BertLmResponse responses = 1; |
Modifier and Type | Method and Description |
---|---|
BertLmProto.BatchBertLmResponse.Builder |
BertLmProto.BatchBertLmResponse.Builder.addAllResponses(Iterable<? extends BertLmProto.BertLmResponse> values)
repeated .bert.BertLmResponse responses = 1; |
void |
BertLmGrpc.BertLmImplBase.score(BertLmProto.ScoreRequest request,
io.grpc.stub.StreamObserver<BertLmProto.BertLmResponse> responseObserver) |
void |
BertLmGrpc.BertLmStub.score(BertLmProto.ScoreRequest request,
io.grpc.stub.StreamObserver<BertLmProto.BertLmResponse> responseObserver) |