Class PointsRecommendGroupRequest
java.lang.Object
io.metaloom.qdrant.client.http.model.point.PointsRecommendGroupRequest
- All Implemented Interfaces:
RestModel,RestRequestModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLimit()getUsing()setGroupBy(String groupBy) setGroupSize(Integer groupSize) setLimit(int limit) setLookupFrom(LookupLocation lookupFrom) voidsetNegative(List<PointId> negative) setParams(SearchParams params) setPositive(long... ids) setPositive(String... ids) voidsetPositive(List<PointId> positive) setPositive(UUID... ids) setScoreThreshold(Float scoreThreshold) setWithPayload(Boolean withPayload) setWithVector(Boolean withVector)
-
Constructor Details
-
PointsRecommendGroupRequest
public PointsRecommendGroupRequest()
-
-
Method Details
-
getPositive
-
setPositive
-
getNegative
-
setNegative
-
getFilter
-
setFilter
-
getParams
-
setParams
-
getWithPayload
-
setWithPayload
-
getWithVector
-
setWithVector
-
getScoreThreshold
-
setScoreThreshold
-
getUsing
-
setUsing
-
getLookupFrom
-
setLookupFrom
-
setPositive
-
setPositive
-
setPositive
-
getGroupBy
-
setGroupBy
-
getGroupSize
-
setGroupSize
-
getLimit
public int getLimit() -
setLimit
-