@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?
optionalcurrentPhase:string
Current processing phase (optional)
indexNames?
optionalindexNames:string[]
Indexes included in this job (optional)
error?
optionalerror:string
Error message if failed (optional)
result?
optionalresult:ClusteringResult
Job result if completed (optional)
createdAt
createdAt:
string
Timestamp when job was created
updatedAt
updatedAt:
string
Timestamp when job was last updated
completedAt?
optionalcompletedAt:string
Timestamp when job completed (optional)