|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Dataset job. |
||
| DatasetJobId |
string |
The job ID. |
dsjob-9jx1*****uj9e |
| JobAction |
string |
The job operation. |
SemanticIndex |
| CreateTime |
string |
The time when the job was created (UTC). |
2023-06-20T04:05:59Z |
| FinishTime |
string |
The time when the job was finished (UTC). |
2023-06-20T06:03:48Z |
| Status |
string |
The job status. |
Running |
| Description |
string |
The job description. |
This is a job description of a dataset. |
| JobMode |
string |
The job mode. |
Full |
| JobSpec |
string |
The job specifications. |
{\"modelId\":\"xxx\"} |
| Logs |
array |
A list of task logs. |
|
|
string |
The content of a log entry. |
2025-02-17 09:58:10.143 INFO: Job completed successfully. |
|
| TotalFileCount |
integer |
The total number of files for the job. |
1000 |
| CompletedFileCount |
integer |
The total number of completed files. |
990 |
| FailedFileCount |
integer |
The total number of failed files. |
10 |
| DatasetVersion |
string |
The dataset version. |
v1 |
| WorkspaceId |
string |
The workspace ID. |
145883 |