Uses of Class
io.qdrant.client.grpc.Points.RecommendPointGroups
-
Uses of Points.RecommendPointGroups in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.recommendGroups
(Points.RecommendPointGroups request) Recommends groups based on the given positive/negative points recommendation request. -
Uses of Points.RecommendPointGroups in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.RecommendPointGroups.Builder.build()
Points.RecommendPointGroups.Builder.buildPartial()
static Points.RecommendPointGroups
Points.RecommendPointGroups.getDefaultInstance()
Points.RecommendPointGroups.Builder.getDefaultInstanceForType()
Points.RecommendPointGroups.getDefaultInstanceForType()
static Points.RecommendPointGroups
Points.RecommendPointGroups.parseDelimitedFrom
(InputStream input) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseFrom
(byte[] data) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseFrom
(com.google.protobuf.ByteString data) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseFrom
(InputStream input) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseFrom
(ByteBuffer data) static Points.RecommendPointGroups
Points.RecommendPointGroups.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.RecommendPointGroups>
Points.RecommendPointGroups.getParserForType()
static io.grpc.MethodDescriptor<Points.RecommendPointGroups,
Points.RecommendGroupsResponse> PointsGrpc.getRecommendGroupsMethod()
static com.google.protobuf.Parser<Points.RecommendPointGroups>
Points.RecommendPointGroups.parser()
Modifier and TypeMethodDescriptionPoints.RecommendPointGroups.Builder.mergeFrom
(Points.RecommendPointGroups other) Points.RecommendPointGroups.newBuilder
(Points.RecommendPointGroups prototype) default void
PointsGrpc.AsyncService.recommendGroups
(Points.RecommendPointGroups request, io.grpc.stub.StreamObserver<Points.RecommendGroupsResponse> responseObserver) Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given fieldPointsGrpc.PointsBlockingStub.recommendGroups
(Points.RecommendPointGroups request) Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given fieldcom.google.common.util.concurrent.ListenableFuture<Points.RecommendGroupsResponse>
PointsGrpc.PointsFutureStub.recommendGroups
(Points.RecommendPointGroups request) Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given fieldvoid
PointsGrpc.PointsStub.recommendGroups
(Points.RecommendPointGroups request, io.grpc.stub.StreamObserver<Points.RecommendGroupsResponse> responseObserver) Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given field