| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The task information. | ||
| Status | string | The status of the task. Valid values:
| Running |
| Code | string | The error code. | ResourceNotFound |
| Message | string | The error message. | The specified resource project is not found. |
| StartTime | string | The start time of the task. | 2021-12-24T03:01:41.662060377Z |
| EndTime | string | The end time of the task. | 2021-12-24T03:01:49.480109219Z |
| UserData | string | The custom user data. | {"ID": "user1","Name": "test-user1","Avatar": "http://example.com?id=user1"} |
| TaskType | string | The type of the task. | VideoLabelClassification |
| TaskId | string | The ID of the task. | c2b277b9-0d30-4882-ad6d-ad661382**** |
| Tags | object | The tags of the task. You can search for tasks by tag. | |
| TaskRequestDefinition | string | The parameter definition in the JSON string format. For more information, see the Request parameters section of the topic about an asynchronous processing task. | { "ProjectName":"test-project", "CompressedFormat":"zip", "TargetURI":"oss://test-bucket/output/test.zip", "Sources":[{"URI":"oss://test-bucket/input/test.jpg"}] } |
| Progress | integer | The progress of the task. | 0 |