ラベル付けジョブの結果は、. マニフェストファイルを作成します。 次の例は、ラベル付け、レビュー、および承認プロセスの結果のデータ構造を示しています。
{
"data": {
"source": "oss://********/pics/fruit/apple-1.jpg"
},
"label-xxxxx(Job ID)": {
"results": [{...}, {...}, {...}]
// The labeling results for objects processed in the labeling process. The results are displayed in the order of the objects. For more information about the fields, see the field description in this topic.
},
"label-xxxxx(Job ID)-check": {
"results": [{...}, {...}, {...}]
// The labeling results for objects processed in the review process. The results are displayed in the order of the objects. For more information about the fields, see the field description in this topic.
},
"label-xxxxx(Job ID)-verify": {
"results": [{...}, {...}, {...}]
// The labeling results for objects processed in the acceptance process. The results are displayed in the order of the objects. For more information about the fields, see the field description in this topic.
}
}
フィールドの説明:
data: 処理されたオブジェクト。
label-xxxxx (ジョブID): ラベリングプロセスの結果。
label-xxxxx (ジョブID) -check: レビュープロセスの結果。
label-xxxxx (ジョブID) -verify: 受け入れプロセスの結果。
results: プロセスの特定の結果。 さまざまな種類のラベリングテンプレートの結果のデータ構造の詳細については、次のトピックを参照してください。