Uses of Class
io.qdrant.client.grpc.Points.BatchResult
Packages that use Points.BatchResult
-
Uses of Points.BatchResult in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.BatchResultModifier and TypeMethodDescriptionPoints.BatchResult.Builder.build()
Points.BatchResult.Builder.buildPartial()
static Points.BatchResult
Points.BatchResult.getDefaultInstance()
Points.BatchResult.Builder.getDefaultInstanceForType()
Points.BatchResult.getDefaultInstanceForType()
Points.RecommendBatchResponse.Builder.getResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.getResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponseOrBuilder.getResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.getResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.getResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponseOrBuilder.getResult
(int index) repeated .qdrant.BatchResult result = 1;
static Points.BatchResult
Points.BatchResult.parseDelimitedFrom
(InputStream input) static Points.BatchResult
Points.BatchResult.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResult
Points.BatchResult.parseFrom
(byte[] data) static Points.BatchResult
Points.BatchResult.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResult
Points.BatchResult.parseFrom
(com.google.protobuf.ByteString data) static Points.BatchResult
Points.BatchResult.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResult
Points.BatchResult.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.BatchResult
Points.BatchResult.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResult
Points.BatchResult.parseFrom
(InputStream input) static Points.BatchResult
Points.BatchResult.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResult
Points.BatchResult.parseFrom
(ByteBuffer data) static Points.BatchResult
Points.BatchResult.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.BatchResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.BatchResult>
Points.BatchResult.getParserForType()
Points.RecommendBatchResponse.Builder.getResultList()
repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.getResultList()
repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponseOrBuilder.getResultList()
repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.getResultList()
repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.getResultList()
repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponseOrBuilder.getResultList()
repeated .qdrant.BatchResult result = 1;
static com.google.protobuf.Parser<Points.BatchResult>
Points.BatchResult.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.BatchResultModifier and TypeMethodDescriptionPoints.RecommendBatchResponse.Builder.addResult
(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.addResult
(Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.addResult
(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.addResult
(Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.BatchResult.Builder.mergeFrom
(Points.BatchResult other) static Points.BatchResult.Builder
Points.BatchResult.newBuilder
(Points.BatchResult prototype) Points.RecommendBatchResponse.Builder.setResult
(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.setResult
(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Method parameters in io.qdrant.client.grpc with type arguments of type Points.BatchResultModifier and TypeMethodDescriptionPoints.RecommendBatchResponse.Builder.addAllResult
(Iterable<? extends Points.BatchResult> values) repeated .qdrant.BatchResult result = 1;
Points.SearchBatchResponse.Builder.addAllResult
(Iterable<? extends Points.BatchResult> values) repeated .qdrant.BatchResult result = 1;