kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
Condition
/
HasId
Has
Id
data
class
HasId
(
val
ids
:
List
<
PointId
>
)
:
Condition
{"has_id": [...]}
— point id is one of the given ids.
Members
Constructors
Has
Id
Link copied to clipboard
constructor
(
ids
:
List
<
PointId
>
)
Properties
ids
Link copied to clipboard
val
ids
:
List
<
PointId
>