Clustering algorithm to use.
OptionalColorLegend mode: color points by their assigned cluster (default) or by source entity.
OptionalDimensionsProjected layout dimensionality: 2 (default, SVG) or 3 (rotatable projection).
Distance metric used when comparing vectors.
Specific Entity Document ID to use. When blank, the first active doc for the entity is used.
OptionalEntityMulti-entity clustering: one or more Entity Document IDs whose vectors are merged into a single analysis. When two or more are selected this takes precedence over EntityDocumentID/EntityName. All selected documents must use the same embedding model — the server hard-blocks mismatches.
Entity name to cluster (must have Entity Documents with vectors).
Epsilon neighbourhood radius for DBSCAN (ignored for K-Means).
Optional SQL-style filter applied to the Entity Document Runs query.
Number of clusters for K-Means (ignored for DBSCAN).
Maximum number of entity records to fetch for clustering.
Minimum points to form a dense region in DBSCAN (ignored for K-Means).
Full configuration for a clustering run.
Pass an instance to
ClusteringService.RunPipeline()or emit from the config panel'sRunClusteringoutput.