Class PointStruct
java.lang.Object
io.metaloom.qdrant.client.http.model.point.PointStruct
- All Implemented Interfaces:
RestModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()static PointStructof(float... vectorComponent) static PointStructsetId(long id) setPayload(com.fasterxml.jackson.databind.JsonNode json) setPayload(Payload payload) setPayload(String json) setVector(float... vector) setVector(VectorData vector)
-
Constructor Details
-
PointStruct
public PointStruct()
-
-
Method Details
-
getId
-
setId
-
getVector
-
setVector
-
setVector
-
setVector
-
getPayload
-
setPayload
-
setPayload
-
setPayload
- Throws:
com.fasterxml.jackson.core.JacksonException
-
setId
-
of
-
of
-