KnowledgeSubJobInfoVO

Updated at:
Copy as MD

Parameter

Type

Description

Example

object

Details of a knowledge sub-job.

SubJobId

integer

The unique ID of the sub-job.

Name

string

The name of the sub-job.

Status

string

The status of the sub-job. Possible values are PENDING, RUNNING, SUCCEEDED, and FAILED.

JobType

string

The type of the sub-job.

Progress

integer

The progress of the sub-job, as a percentage (0–100).

ErrMessage

string

The error message if the sub-job fails. This value is null if the sub-job succeeds.