|
パラメーター |
タイプ |
説明 |
例 |
|---|---|---|---|
|
object |
タスク情報。 |
||
| Status |
string |
タスクのステータス。有効な値は次のとおりです。
|
Running |
| Code |
string |
エラーコード。 |
ResourceNotFound |
| Message |
string |
エラーメッセージ。 |
The specified resource project is not found. |
| StartTime |
string |
タスクの開始時刻。 |
2021-12-24T03:01:41.662060377Z |
| EndTime |
string |
タスクの終了時刻。 |
2021-12-24T03:01:49.480109219Z |
| UserData |
string |
カスタムユーザーデータ。 |
{"ID": "user1","Name": "test-user1","Avatar": "http://example.com?id=user1"} |
| TaskType |
string |
タスクのタイプ。 |
VideoLabelClassification |
| TaskId |
string |
タスクの ID。 |
c2b277b9-0d30-4882-ad6d-ad661382**** |
| Tags |
object |
タスクのタグ。タグでタスクを検索できます。 |
|
| TaskRequestDefinition |
string |
JSON 文字列形式のパラメーター定義。詳細については、非同期処理タスクに関するトピックの「リクエストパラメーター」セクションをご参照ください。 |
{ "ProjectName":"test-project", "CompressedFormat":"zip", "TargetURI":"oss://test-bucket/output/test.zip", "Sources":[{"URI":"oss://test-bucket/input/test.jpg"}] } |
| Progress |
integer |
タスクの進捗状況。 |
0 |