kdrant
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
CollectionConfig
Collection
Config
@
Serializable
data
class
CollectionConfig
(
val
params
:
CollectionParams
?
=
null
)
A collection's stored configuration, as returned by
getCollection
.
Members
Constructors
Collection
Config
Link copied to clipboard
constructor
(
params
:
CollectionParams
?
=
null
)
Properties
params
Link copied to clipboard
@
SerialName
(
value
=
"params"
)
val
params
:
CollectionParams
?