Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.RecommendGroupsResponse
Packages that use Points.RecommendGroupsResponse
-
Uses of Points.RecommendGroupsResponse in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method that return types with arguments of type Points.RecommendGroupsResponseModifier and TypeMethodDescriptionPointMethods.recommendGroupPoints(Points.RecommendPointGroups request) -
Uses of Points.RecommendGroupsResponse in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.RecommendGroupsResponseModifier and TypeMethodDescriptionPoints.RecommendGroupsResponse.Builder.build()Points.RecommendGroupsResponse.Builder.buildPartial()Points.RecommendGroupsResponse.getDefaultInstance()Points.RecommendGroupsResponse.Builder.getDefaultInstanceForType()Points.RecommendGroupsResponse.getDefaultInstanceForType()Points.RecommendGroupsResponse.parseDelimitedFrom(InputStream input) Points.RecommendGroupsResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendGroupsResponse.parseFrom(byte[] data) Points.RecommendGroupsResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendGroupsResponse.parseFrom(com.google.protobuf.ByteString data) Points.RecommendGroupsResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendGroupsResponse.parseFrom(com.google.protobuf.CodedInputStream input) Points.RecommendGroupsResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendGroupsResponse.parseFrom(InputStream input) Points.RecommendGroupsResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendGroupsResponse.parseFrom(ByteBuffer data) Points.RecommendGroupsResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.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 fieldMethods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.RecommendGroupsResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.RecommendGroupsResponse>Points.RecommendGroupsResponse.getParserForType()static io.grpc.MethodDescriptor<Points.RecommendPointGroups,Points.RecommendGroupsResponse> PointsGrpc.getRecommendGroupsMethod()static com.google.protobuf.Parser<Points.RecommendGroupsResponse>Points.RecommendGroupsResponse.parser()com.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 fieldMethods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.RecommendGroupsResponseModifier and TypeMethodDescriptionPoints.RecommendGroupsResponse.Builder.mergeFrom(Points.RecommendGroupsResponse other) Points.RecommendGroupsResponse.newBuilder(Points.RecommendGroupsResponse prototype) Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Points.RecommendGroupsResponseModifier and TypeMethodDescriptionvoidPointsGrpc.PointsImplBase.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 fieldvoidPointsGrpc.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