Skip to content

@inferedge/moss-clustering v1.0.0-beta.3


@inferedge/moss-clustering / ClusteringJob

Interface: ClusteringJob

Job information for async cluster generation

Properties

jobId

jobId: string

Unique job identifier


projectId

projectId: string

Project ID


k

k: number

Number of clusters (k value)


status

status: JobStatus

Current job status


progress

progress: number

Progress percentage (0-100)


currentPhase?

optional currentPhase: string

Current processing phase (optional)


indexNames?

optional indexNames: string[]

Indexes included in this job (optional)


error?

optional error: string

Error message if failed (optional)


result?

optional result: ClusteringResult

Job result if completed (optional)


createdAt

createdAt: string

Timestamp when job was created


updatedAt

updatedAt: string

Timestamp when job was last updated


completedAt?

optional completedAt: string

Timestamp when job completed (optional)