すべてのプロダクト
Search
ドキュメントセンター

Platform For AI:概要

最終更新日:Jul 22, 2024

ラベル付けジョブの結果は、. マニフェストファイルを作成します。 次の例は、ラベル付け、レビュー、および承認プロセスの結果のデータ構造を示しています。

{
    "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.                                
    }
}

フィールドの説明: