kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
PointStruct
Point
Struct
@
Serializable
data
class
PointStruct
(
val
id
:
PointId
,
val
vector
:
VectorData
,
val
payload
:
Payload
?
=
null
)
A single point to upsert: an
id
, its
vector
, and an optional
payload
.
Members
Constructors
Point
Struct
Link copied to clipboard
constructor
(
id
:
PointId
,
vector
:
VectorData
,
payload
:
Payload
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
PointId
payload
Link copied to clipboard
@
SerialName
(
value
=
"payload"
)
val
payload
:
Payload
?
vector
Link copied to clipboard
@
SerialName
(
value
=
"vector"
)
val
vector
:
VectorData