doc-exports/docs/modelarts/api-ref/CreateDataset.html
Beibei 525370b67d
ModelArts GA API 06052022 from R&D (#14)
ModelArts GA API 06052022 from R&D

R&D has provided a right version of ModelArts GA API (06052022)

Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
2022-05-23 16:26:34 +00:00

1114 lines
82 KiB
HTML

<a name="CreateDataset"></a><a name="CreateDataset"></a>
<h1 class="topictitle1">Creating a Dataset</h1>
<div id="body172011958203612"><div class="section" id="CreateDataset__section152011658133613"><h4 class="sectiontitle">Function</h4><p id="CreateDataset__p20201165817364">This API is used to create a dataset.</p>
</div>
<div class="section" id="CreateDataset__section142011958193619"><h4 class="sectiontitle">URI</h4><p id="CreateDataset__p3201205813366">POST /v2/{project_id}/datasets</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__table152021358193610" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path Parameters</caption><thead align="left"><tr id="CreateDataset__row1920145812367"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.1"><p id="CreateDataset__p1620275812368">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.2"><p id="CreateDataset__p172021658103613">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.3"><p id="CreateDataset__p12021458113619">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.2.3.2.5.1.4"><p id="CreateDataset__p520235818369">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row120175814365"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.1 "><p id="CreateDataset__p1420355810365">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.2 "><p id="CreateDataset__p13203858203614">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.3 "><p id="CreateDataset__p14203105893612">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.2.3.2.5.1.4 "><p id="CreateDataset__p2020345803614">Project ID. For details about how to obtain the project ID, see <a href="modelarts_03_0147.html">Obtaining a Project ID</a>.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="CreateDataset__section192031558143610"><h4 class="sectiontitle">Request Parameters</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_CreateDatasetReq" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request body parameters</caption><thead align="left"><tr id="CreateDataset__row02041585362"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.1"><p id="CreateDataset__p172051958123618">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.2"><p id="CreateDataset__p1020545812368">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.3"><p id="CreateDataset__p620625819363">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.2.2.5.1.4"><p id="CreateDataset__p6206175819368">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row82042058153618"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p8206105833617">data_format</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p2020616584365">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p3206175863612">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p820705814362">Data format. The options are as follows: - <strong id="CreateDataset__b120765813618">Default</strong>: default format - <strong id="CreateDataset__b15207458163618">CarbonData</strong>: CarbonData (supported only by table datasets)</p>
</td>
</tr>
<tr id="CreateDataset__row16204155823616"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p2020725883618">data_sources</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p2207658113616">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p18207958153611">Array of <a href="#CreateDataset__request_DataSource">DataSource</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p820719581367">Input dataset path, which is used to synchronize source data (such as images, text files, and audio files) in the directory and its subdirectories to the dataset. For a table dataset, this parameter indicates the import directory. The work directory of a table dataset cannot be an OBS path in a KMS-encrypted bucket.</p>
</td>
</tr>
<tr id="CreateDataset__row112041558183618"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p520712586361">dataset_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p1220845893611">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p020865833615">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p9208145843619">Dataset name. The value contains 1 to 100 characters. Only letters, digits, underscores (_), and hyphens (-) are allowed, for example, dataset-9f3b.</p>
</td>
</tr>
<tr id="CreateDataset__row320445814363"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p6208558143612">dataset_type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p1120855819368">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p3208558193613">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p142081058123612">Dataset type. The options are as follows: - <strong id="CreateDataset__b1620915863618">0</strong>: image classification - <strong id="CreateDataset__b72091558193617">1</strong>: object detection - <strong id="CreateDataset__b19209165823616">100</strong>: text classification - <strong id="CreateDataset__b3209658103613">101</strong>: named entity recognition - <strong id="CreateDataset__b142094585365">102</strong>: text triplet - <strong id="CreateDataset__b122099585365">200</strong>: sound classification - <strong id="CreateDataset__b1320915863612">201</strong>: speech content - <strong id="CreateDataset__b2209155883616">202</strong>: speech paragraph labeling - <strong id="CreateDataset__b7209165816361">400</strong>: table dataset - <strong id="CreateDataset__b152094587363">600</strong>: video labeling - <strong id="CreateDataset__b1320955812369">900</strong>: custom format</p>
</td>
</tr>
<tr id="CreateDataset__row32041585363"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p820955819364">description</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p1220905853610">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p32099588362">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p72091258163614">Dataset description. The value is empty by default. The description contains 0 to 256 characters and does not support the following special characters: ^!&lt;&gt;=&amp;"'</p>
</td>
</tr>
<tr id="CreateDataset__row020495873619"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p92091558203619">import_annotations</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p172099585367">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p17210558183613">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p6210175813364">Whether to automatically import the labeling information in the input directory, supporting detection, image classification, and text classification. The options are as follows: - <strong id="CreateDataset__b17210185893615">true</strong>: Import labeling information in the input directory. (Default value) - <strong id="CreateDataset__b6210258153619">false</strong>: Do not import labeling information in the input directory.</p>
</td>
</tr>
<tr id="CreateDataset__row820445813365"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p1821085816360">import_data</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p142101658123620">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p6210658163616">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p172119580362">Whether to import data. This parameter is used only for table datasets. The options are as follows: - <strong id="CreateDataset__b32111758163620">true</strong>: Import data when creating a database. - <strong id="CreateDataset__b621105820362">false</strong>: Do not import data when creating a database. (Default value)</p>
</td>
</tr>
<tr id="CreateDataset__row120495813360"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p12211458133614">label_format</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p82111058203612">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p1212258113613"><a href="#CreateDataset__request_LabelFormat">LabelFormat</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p92121958163617">Label format information. This parameter is used only for text datasets.</p>
</td>
</tr>
<tr id="CreateDataset__row52051158153617"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p19212175815363">labels</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p72135588360">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p142131058133619">Array of <a href="#CreateDataset__request_Label">Label</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p122133584364">Dataset label list.</p>
</td>
</tr>
<tr id="CreateDataset__row1520575873610"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p52138583367">managed</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p1621312580366">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p18214155853613">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p9214155853613">Whether to host a dataset. The options are as follows: - <strong id="CreateDataset__b121418587368">true</strong>: Host a dataset. - <strong id="CreateDataset__b321425815367">false</strong>: Do not host a dataset. (Default value)</p>
</td>
</tr>
<tr id="CreateDataset__row1120535810365"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p8214158123618">schema</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p7214175823620">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p421418582362">Array of <a href="#CreateDataset__request_Field">Field</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p9214115820365">Schema list.</p>
</td>
</tr>
<tr id="CreateDataset__row120555819362"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p5215195813615">work_path</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p12151958133611">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p1121585816361">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p122151158153619">Output dataset path, which is used to store output files such as label files. - The format is /<em id="CreateDataset__i16215175833613">Bucket name</em>/<em id="CreateDataset__i621520587366">File path</em>, for example, /<strong id="CreateDataset__b132151758123617">obs-bucket</strong>/<strong id="CreateDataset__b4215205813619">flower</strong>/<strong id="CreateDataset__b1821505843613">rose</strong>/. (The directory is used as the path.)- A bucket cannot be directly used as a path.- The output dataset path is different from the input dataset path or its subdirectory.- The value contains 3 to 700 characters.</p>
</td>
</tr>
<tr id="CreateDataset__row720555814361"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p6215858163618">work_path_type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p32151358193612">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p182162583361">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p3216958183612">Type of the dataset output path. The options are as follows: - <strong id="CreateDataset__b132161258203613">0</strong>: OBS bucket (default value)</p>
</td>
</tr>
<tr id="CreateDataset__row22051758113620"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p12161858143612">workforce_information</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p102161587363">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p162161258133614"><a href="#CreateDataset__request_WorkforceInformation">WorkforceInformation</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p1321685883615">Team labeling information.</p>
</td>
</tr>
<tr id="CreateDataset__row1320518584360"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="CreateDataset__p1216658193611">workspace_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="CreateDataset__p22171158143614">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="CreateDataset__p82176589369">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="CreateDataset__p1217145811361">Workspace ID. If no workspace is created, the default value is <strong id="CreateDataset__b12217125812365">0</strong>. If a workspace is created and used, use the actual value.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_DataSource"></a><a name="request_DataSource"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_DataSource" frame="border" border="1" rules="all"><caption><b>Table 3 </b>DataSource</caption><thead align="left"><tr id="CreateDataset__row82171458123617"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p id="CreateDataset__p112181158193617">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.2"><p id="CreateDataset__p521835812363">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.3"><p id="CreateDataset__p12219358133616">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.3.2.5.1.4"><p id="CreateDataset__p1221915813367">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row192189582361"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.1 "><p id="CreateDataset__p202194581365">data_path</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.2 "><p id="CreateDataset__p721985810363">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.3 "><p id="CreateDataset__p182191558113615">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.2.5.1.4 "><p id="CreateDataset__p16220175813362">Data source path.</p>
</td>
</tr>
<tr id="CreateDataset__row16218558183615"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.1 "><p id="CreateDataset__p5220165853613">data_type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.2 "><p id="CreateDataset__p1622019589364">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.3 "><p id="CreateDataset__p0220125815366">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.2.5.1.4 "><p id="CreateDataset__p182201558153613">Data type. The options are as follows: - <strong id="CreateDataset__b7220155863612">0</strong>: OBS bucket (default value) - <strong id="CreateDataset__b12220165813360">1</strong>: GaussDB(DWS) - <strong id="CreateDataset__b2220125893616">2</strong>: DLI - <strong id="CreateDataset__b4220458143619">3</strong>: RDS - <strong id="CreateDataset__b1222012587366">4</strong>: MRS - <strong id="CreateDataset__b1222014589366">5</strong>: AI Gallery - <strong id="CreateDataset__b8220558103616">6</strong>: Inference service</p>
</td>
</tr>
<tr id="CreateDataset__row12218145819365"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.1 "><p id="CreateDataset__p11220105813367">schema_maps</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.2 "><p id="CreateDataset__p1822114586363">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.3 "><p id="CreateDataset__p172211258153613">Array of <a href="#CreateDataset__request_SchemaMap">SchemaMap</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.2.5.1.4 "><p id="CreateDataset__p42215587363">Schema mapping information corresponding to the table data.</p>
</td>
</tr>
<tr id="CreateDataset__row1121810583362"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.1 "><p id="CreateDataset__p922165823618">source_info</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.2 "><p id="CreateDataset__p9221185883615">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.3 "><p id="CreateDataset__p16221258103611"><a href="#CreateDataset__request_SourceInfo">SourceInfo</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.2.5.1.4 "><p id="CreateDataset__p12211358123617">Information required for importing a table data source.</p>
</td>
</tr>
<tr id="CreateDataset__row15218145873613"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.1 "><p id="CreateDataset__p15222658133617">with_column_header</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.2 "><p id="CreateDataset__p0222558143612">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.3.2.5.1.3 "><p id="CreateDataset__p18222258183614">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.3.2.5.1.4 "><p id="CreateDataset__p82222058113610">Whether the first row in the file is a column name. This field is valid for the table dataset. The options are as follows: - <strong id="CreateDataset__b32221458153615">true</strong>: The first row in the file is the column name. - <strong id="CreateDataset__b1222758183616">false</strong>: The first row in the file is not the column name.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_SchemaMap"></a><a name="request_SchemaMap"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_SchemaMap" frame="border" border="1" rules="all"><caption><b>Table 4 </b>SchemaMap</caption><thead align="left"><tr id="CreateDataset__row522310581366"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.1"><p id="CreateDataset__p222305819369">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.2"><p id="CreateDataset__p222325843610">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.4.2.5.1.3"><p id="CreateDataset__p322495853612">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.4.2.5.1.4"><p id="CreateDataset__p222415811368">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row15223558113610"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.1 "><p id="CreateDataset__p1422425873616">dest_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.2 "><p id="CreateDataset__p22241558193617">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.3 "><p id="CreateDataset__p14224358133616">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="CreateDataset__p222415823614">Name of the destination column.</p>
</td>
</tr>
<tr id="CreateDataset__row122375817367"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.1 "><p id="CreateDataset__p202241158143616">src_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.2 "><p id="CreateDataset__p2224258193614">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.4.2.5.1.3 "><p id="CreateDataset__p172251581364">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.4.2.5.1.4 "><p id="CreateDataset__p19225115813617">Name of the source column.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_SourceInfo"></a><a name="request_SourceInfo"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_SourceInfo" frame="border" border="1" rules="all"><caption><b>Table 5 </b>SourceInfo</caption><thead align="left"><tr id="CreateDataset__row19226135853610"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.5.2.5.1.1"><p id="CreateDataset__p22278581362">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.5.2.5.1.2"><p id="CreateDataset__p16227158173615">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.5.2.5.1.3"><p id="CreateDataset__p10227155811365">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.5.2.5.1.4"><p id="CreateDataset__p192273582361">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row1922616583361"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p1122825814366">cluster_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p1622835820361">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p192289586368">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p18228758103612">ID of an MRS cluster.</p>
</td>
</tr>
<tr id="CreateDataset__row5226115820364"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p822875873614">cluster_mode</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p1122815587363">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p192285581367">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p122995810361">Running mode of an MRS cluster. The options are as follows: - <strong id="CreateDataset__b62291858153619">0</strong>: normal cluster - <strong id="CreateDataset__b182291588365">1</strong>: security cluster</p>
</td>
</tr>
<tr id="CreateDataset__row122655823610"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p192299587364">cluster_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p62292587366">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p1222910585365">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p7229195812366">Name of an MRS cluster.</p>
</td>
</tr>
<tr id="CreateDataset__row7226858153616"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p16230125843619">database_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p423014585367">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p6230558183617">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p102309582361">Name of the database to which the table dataset is imported.</p>
</td>
</tr>
<tr id="CreateDataset__row82269585363"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p2230195817365">input</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p12305581361">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p1231145863616">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p172312586368">HDFS path of a table dataset.</p>
</td>
</tr>
<tr id="CreateDataset__row15226105811360"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p32314585367">ip</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p112316587367">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p3231958183613">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p152312586366">IP address of your GaussDB(DWS) cluster.</p>
</td>
</tr>
<tr id="CreateDataset__row7226185883611"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p1623105853613">port</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p4232858133617">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p1232145863614">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p1232958143613">Port number of your GaussDB(DWS) cluster.</p>
</td>
</tr>
<tr id="CreateDataset__row822613582365"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p1723214588365">queue_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p1523205815369">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p623255863616">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p17233115811364">DLI queue name of a table dataset.</p>
</td>
</tr>
<tr id="CreateDataset__row32268582361"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p1823311580368">subnet_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p723315820362">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p423375815362">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p10233165819361">Subnet ID of an MRS cluster.</p>
</td>
</tr>
<tr id="CreateDataset__row522675818366"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p1823375853616">table_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p123317582360">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p182331958203620">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p1123405818360">Name of the table to which a table dataset is imported.</p>
</td>
</tr>
<tr id="CreateDataset__row14226658143613"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p1023465823619">user_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p182341158203617">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p11234185810360">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p6234115883618">Username, which is mandatory for GaussDB(DWS) data.</p>
</td>
</tr>
<tr id="CreateDataset__row32261858123620"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p1723485883618">user_password</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p1523418587369">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p162341758163616">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p19235858123612">User password, which is mandatory for GaussDB(DWS) data.</p>
</td>
</tr>
<tr id="CreateDataset__row1222685812369"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="CreateDataset__p02352581363">vpc_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.2 "><p id="CreateDataset__p2023525814369">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="CreateDataset__p2023565817363">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="CreateDataset__p1923515589366">ID of the VPC where an MRS cluster resides.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_LabelFormat"></a><a name="request_LabelFormat"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_LabelFormat" frame="border" border="1" rules="all"><caption><b>Table 6 </b>LabelFormat</caption><thead align="left"><tr id="CreateDataset__row1236175853615"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.6.2.5.1.1"><p id="CreateDataset__p02362058153619">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.6.2.5.1.2"><p id="CreateDataset__p11236155813368">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.6.2.5.1.3"><p id="CreateDataset__p16237145813367">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.6.2.5.1.4"><p id="CreateDataset__p162371958113620">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row1236458143620"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.1 "><p id="CreateDataset__p14237155818361">label_type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.2 "><p id="CreateDataset__p2023775883615">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.3 "><p id="CreateDataset__p122379581366">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.6.2.5.1.4 "><p id="CreateDataset__p172371958163619">Label type of text classification. The options are as follows: - <strong id="CreateDataset__b152371058193615">0</strong>: The label is separated from the text, and they are distinguished by the fixed suffix <strong id="CreateDataset__b82378581367">_result</strong>. For example, the text file is <strong id="CreateDataset__b6237145893616">abc.txt</strong>, and the label file is <strong id="CreateDataset__b6237658173612">abc_result.txt</strong>. - <strong id="CreateDataset__b1423714585361">1</strong>: Default value. Labels and texts are stored in the same file and separated by separators. You can use <strong id="CreateDataset__b423755823613">text_sample_separator</strong> to specify the separator between the text and label and <strong id="CreateDataset__b1237205815367">text_label_separator</strong> to specify the separator between labels.</p>
</td>
</tr>
<tr id="CreateDataset__row16236558173616"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.1 "><p id="CreateDataset__p1623818581360">text_label_separator</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.2 "><p id="CreateDataset__p923811589362">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.3 "><p id="CreateDataset__p18238165813368">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.6.2.5.1.4 "><p id="CreateDataset__p1238958173611">Separator between labels. By default, a comma (,) is used as the separator. The separator needs to be escaped. The separator can contain only one character, such as a letter, a digit, or any of the following special characters: !@#$%^&amp;*_=|?/':.;,</p>
</td>
</tr>
<tr id="CreateDataset__row1523616582364"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.1 "><p id="CreateDataset__p02381758103612">text_sample_separator</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.2 "><p id="CreateDataset__p923875813360">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.6.2.5.1.3 "><p id="CreateDataset__p12381458143612">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.6.2.5.1.4 "><p id="CreateDataset__p13239158163614">Separator between the text and label. By default, the <strong id="CreateDataset__b1223912587367">Tab</strong> key is used as the separator. The separator needs to be escaped. The separator can contain only one character, such as a letter, a digit, or any of the following special characters: !@#$%^&amp;*_=|?/':.;,</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_Label"></a><a name="request_Label"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_Label" frame="border" border="1" rules="all"><caption><b>Table 7 </b>Label</caption><thead align="left"><tr id="CreateDataset__row10239175833619"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.7.2.5.1.1"><p id="CreateDataset__p2513858183620">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.7.2.5.1.2"><p id="CreateDataset__p18513458163613">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.7.2.5.1.3"><p id="CreateDataset__p1651312589362">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.7.2.5.1.4"><p id="CreateDataset__p20513115812364">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row16239258103610"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.1 "><p id="CreateDataset__p851385813619">attributes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.2 "><p id="CreateDataset__p151335873618">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.3 "><p id="CreateDataset__p8513115820362">Array of <a href="#CreateDataset__request_LabelAttribute">LabelAttribute</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.7.2.5.1.4 "><p id="CreateDataset__p125136582364">Multi-dimensional attribute of a label. For example, if the label is music, attributes such as style and artist may be included.</p>
</td>
</tr>
<tr id="CreateDataset__row42391458123611"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.1 "><p id="CreateDataset__p8513258103619">name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.2 "><p id="CreateDataset__p1451319584368">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.3 "><p id="CreateDataset__p9514145815365">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.7.2.5.1.4 "><p id="CreateDataset__p14514125833619">Label name.</p>
</td>
</tr>
<tr id="CreateDataset__row8239958173613"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.1 "><p id="CreateDataset__p195146580367">property</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.2 "><p id="CreateDataset__p1951435843619">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.3 "><p id="CreateDataset__p65141158173612"><a href="#CreateDataset__request_LabelProperty">LabelProperty</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.7.2.5.1.4 "><p id="CreateDataset__p1151413589364">Basic attribute key-value pair of a label, such as color and shortcut keys.</p>
</td>
</tr>
<tr id="CreateDataset__row7239058163618"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.1 "><p id="CreateDataset__p115141158103612">type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.2 "><p id="CreateDataset__p75143584364">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.7.2.5.1.3 "><p id="CreateDataset__p5514125818360">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.7.2.5.1.4 "><p id="CreateDataset__p1551415811364">Label type. The options are as follows: - <strong id="CreateDataset__b105141058173619">0</strong>: image classification - <strong id="CreateDataset__b951414582363">1</strong>: object detection - <strong id="CreateDataset__b2514125813368">100</strong>: text classification - <strong id="CreateDataset__b1751485817368">101</strong>: named entity recognition - <strong id="CreateDataset__b125141558193620">102</strong>: text triplet relationship - <strong id="CreateDataset__b1351435816369">103</strong>: text triplet entity - <strong id="CreateDataset__b8514558193614">200</strong>: speech classification - <strong id="CreateDataset__b15514115813614">201</strong>: speech content - <strong id="CreateDataset__b4514758193614">202</strong>: speech paragraph labeling - <strong id="CreateDataset__b13514145811361">600</strong>: video classification</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_LabelAttribute"></a><a name="request_LabelAttribute"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_LabelAttribute" frame="border" border="1" rules="all"><caption><b>Table 8 </b>LabelAttribute</caption><thead align="left"><tr id="CreateDataset__row024418584367"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.8.2.5.1.1"><p id="CreateDataset__p135141058173610">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.8.2.5.1.2"><p id="CreateDataset__p45148587366">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.8.2.5.1.3"><p id="CreateDataset__p1251416581361">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.8.2.5.1.4"><p id="CreateDataset__p95141858193616">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row7244658163613"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.1 "><p id="CreateDataset__p155141658113614">default_value</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.2 "><p id="CreateDataset__p751465815365">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.3 "><p id="CreateDataset__p351415580365">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.8.2.5.1.4 "><p id="CreateDataset__p751414585368">Default value of a label attribute.</p>
</td>
</tr>
<tr id="CreateDataset__row424495813617"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.1 "><p id="CreateDataset__p5514175818368">id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.2 "><p id="CreateDataset__p351495816367">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.3 "><p id="CreateDataset__p5514125843617">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.8.2.5.1.4 "><p id="CreateDataset__p125141758123610">Label attribute ID.</p>
</td>
</tr>
<tr id="CreateDataset__row924445813619"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.1 "><p id="CreateDataset__p165145587369">name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.2 "><p id="CreateDataset__p45141458143612">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.3 "><p id="CreateDataset__p451412589368">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.8.2.5.1.4 "><p id="CreateDataset__p5514165873620">Label attribute name.</p>
</td>
</tr>
<tr id="CreateDataset__row12441158133615"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.1 "><p id="CreateDataset__p7514155873617">type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.2 "><p id="CreateDataset__p165145588367">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.3 "><p id="CreateDataset__p20514858163611">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.8.2.5.1.4 "><p id="CreateDataset__p17514858153620">Label attribute type. The options are as follows: - <strong id="CreateDataset__b12514145853615">text</strong>: text - <strong id="CreateDataset__b351415816362">select</strong>: single-choice drop-down list</p>
</td>
</tr>
<tr id="CreateDataset__row182444582362"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.1 "><p id="CreateDataset__p051415812362">values</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.2 "><p id="CreateDataset__p55143585369">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.8.2.5.1.3 "><p id="CreateDataset__p7514658153616">Array of <a href="#CreateDataset__request_LabelAttributeValue">LabelAttributeValue</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.8.2.5.1.4 "><p id="CreateDataset__p651495843616">List of label attribute values.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_LabelAttributeValue"></a><a name="request_LabelAttributeValue"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_LabelAttributeValue" frame="border" border="1" rules="all"><caption><b>Table 9 </b>LabelAttributeValue</caption><thead align="left"><tr id="CreateDataset__row724775815364"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.9.2.5.1.1"><p id="CreateDataset__p251515843615">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.9.2.5.1.2"><p id="CreateDataset__p115151658173618">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.9.2.5.1.3"><p id="CreateDataset__p165157584365">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.9.2.5.1.4"><p id="CreateDataset__p14515758133615">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row11247458103612"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.9.2.5.1.1 "><p id="CreateDataset__p16515115813616">id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.9.2.5.1.2 "><p id="CreateDataset__p195154583366">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.9.2.5.1.3 "><p id="CreateDataset__p15515258113619">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.9.2.5.1.4 "><p id="CreateDataset__p6515175853619">Label attribute value ID.</p>
</td>
</tr>
<tr id="CreateDataset__row62483588369"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.9.2.5.1.1 "><p id="CreateDataset__p19515125818360">value</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.9.2.5.1.2 "><p id="CreateDataset__p175151758143615">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.9.2.5.1.3 "><p id="CreateDataset__p1851520580367">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.9.2.5.1.4 "><p id="CreateDataset__p05151658183617">Label attribute value.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_LabelProperty"></a><a name="request_LabelProperty"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_LabelProperty" frame="border" border="1" rules="all"><caption><b>Table 10 </b>LabelProperty</caption><thead align="left"><tr id="CreateDataset__row1250158183613"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.10.2.5.1.1"><p id="CreateDataset__p14515135803620">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.10.2.5.1.2"><p id="CreateDataset__p5515115817363">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.10.2.5.1.3"><p id="CreateDataset__p1851595816361">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.10.2.5.1.4"><p id="CreateDataset__p951520585362">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row1525011585361"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.1 "><p id="CreateDataset__p55154584366">@modelarts:color</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.2 "><p id="CreateDataset__p185158587360">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.3 "><p id="CreateDataset__p185151958203610">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.10.2.5.1.4 "><p id="CreateDataset__p11515058203619">Default attribute: Label color, which is a hexadecimal code of the color. By default, this parameter is left blank. Example: <strong id="CreateDataset__b6515135817367">#FFFFF0</strong>.</p>
</td>
</tr>
<tr id="CreateDataset__row20250195823616"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.1 "><p id="CreateDataset__p16515458183618">@modelarts:default_shape</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.2 "><p id="CreateDataset__p16515135843616">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.3 "><p id="CreateDataset__p8515175817368">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.10.2.5.1.4 "><p id="CreateDataset__p20515145814366">Default attribute: Default shape of an object detection label (dedicated attribute). By default, this parameter is left blank. The options are as follows: - <strong id="CreateDataset__b3515358153611">bndbox</strong>: rectangle - <strong id="CreateDataset__b105151658163619">polygon</strong>: polygon - <strong id="CreateDataset__b11515758123613">circle</strong>: circle - <strong id="CreateDataset__b14515145893620">line</strong>: straight line - <strong id="CreateDataset__b2515115819366">dashed</strong>: dotted line - <strong id="CreateDataset__b2515135883613">point</strong>: point - <strong id="CreateDataset__b1951555823614">polyline</strong>: polyline</p>
</td>
</tr>
<tr id="CreateDataset__row8250135823614"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.1 "><p id="CreateDataset__p1251595843613">@modelarts:from_type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.2 "><p id="CreateDataset__p1951565817362">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.3 "><p id="CreateDataset__p751575883618">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.10.2.5.1.4 "><p id="CreateDataset__p145154585364">Default attribute: Type of the head entity in the triplet relationship label. This attribute must be specified when a relationship label is created. This parameter is used only for the text triplet dataset.</p>
</td>
</tr>
<tr id="CreateDataset__row1325055815368"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.1 "><p id="CreateDataset__p1251518584363">@modelarts:rename_to</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.2 "><p id="CreateDataset__p3515135803617">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.3 "><p id="CreateDataset__p95159580366">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.10.2.5.1.4 "><p id="CreateDataset__p2515135873617">Default attribute: The new name of the label.</p>
</td>
</tr>
<tr id="CreateDataset__row825015812361"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.1 "><p id="CreateDataset__p15151158183611">@modelarts:shortcut</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.2 "><p id="CreateDataset__p451511583360">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.3 "><p id="CreateDataset__p1351575815363">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.10.2.5.1.4 "><p id="CreateDataset__p85151858123616">Default attribute: Label shortcut key. By default, this parameter is left blank. For example: <strong id="CreateDataset__b1851585817363">D</strong>.</p>
</td>
</tr>
<tr id="CreateDataset__row9250195843613"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.1 "><p id="CreateDataset__p165151583368">@modelarts:to_type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.2 "><p id="CreateDataset__p19515205893616">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.10.2.5.1.3 "><p id="CreateDataset__p45159581367">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.10.2.5.1.4 "><p id="CreateDataset__p7515158113618">Default attribute: Type of the tail entity in the triplet relationship label. This attribute must be specified when a relationship label is created. This parameter is used only for the text triplet dataset.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_Field"></a><a name="request_Field"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_Field" frame="border" border="1" rules="all"><caption><b>Table 11 </b>Field</caption><thead align="left"><tr id="CreateDataset__row1725455817368"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.11.2.5.1.1"><p id="CreateDataset__p3516658133610">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.11.2.5.1.2"><p id="CreateDataset__p6516205812369">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.11.2.5.1.3"><p id="CreateDataset__p651655810367">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.11.2.5.1.4"><p id="CreateDataset__p1451635883610">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row132541585362"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.1 "><p id="CreateDataset__p1951685833614">description</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.2 "><p id="CreateDataset__p1651615863613">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.3 "><p id="CreateDataset__p10516115819361">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.11.2.5.1.4 "><p id="CreateDataset__p14516135810369">Schema description.</p>
</td>
</tr>
<tr id="CreateDataset__row122541258123610"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.1 "><p id="CreateDataset__p18516185893614">name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.2 "><p id="CreateDataset__p751615813362">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.3 "><p id="CreateDataset__p1251635813613">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.11.2.5.1.4 "><p id="CreateDataset__p1251615584366">Schema name.</p>
</td>
</tr>
<tr id="CreateDataset__row10254205833617"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.1 "><p id="CreateDataset__p165161658193613">schema_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.2 "><p id="CreateDataset__p195161758173616">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.3 "><p id="CreateDataset__p751655819361">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.11.2.5.1.4 "><p id="CreateDataset__p1516185863613">Schema ID.</p>
</td>
</tr>
<tr id="CreateDataset__row625517583365"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.1 "><p id="CreateDataset__p1251665816362">type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.2 "><p id="CreateDataset__p4516358173616">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.11.2.5.1.3 "><p id="CreateDataset__p175161858183618">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.11.2.5.1.4 "><p id="CreateDataset__p1251655815363">Schema value type.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_WorkforceInformation"></a><a name="request_WorkforceInformation"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_WorkforceInformation" frame="border" border="1" rules="all"><caption><b>Table 12 </b>WorkforceInformation</caption><thead align="left"><tr id="CreateDataset__row02598584362"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.12.2.5.1.1"><p id="CreateDataset__p1516125816369">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.12.2.5.1.2"><p id="CreateDataset__p5516135816366">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.12.2.5.1.3"><p id="CreateDataset__p19516175843612">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.12.2.5.1.4"><p id="CreateDataset__p151615583363">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row1825965811367"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.1 "><p id="CreateDataset__p15161858133617">data_sync_type</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.2 "><p id="CreateDataset__p17516658153616">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.3 "><p id="CreateDataset__p1051614581365">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.12.2.5.1.4 "><p id="CreateDataset__p2051612587366">Synchronization type. The options are as follows: - <strong id="CreateDataset__b1651685820360">0</strong>: not to be synchronized - <strong id="CreateDataset__b6516105819368">1</strong>: data to be synchronized - <strong id="CreateDataset__b13516135833610">2</strong>: label to be synchronized - <strong id="CreateDataset__b8516115833610">3</strong>: data and label to be synchronized</p>
</td>
</tr>
<tr id="CreateDataset__row1025955803618"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.1 "><p id="CreateDataset__p951675818361">repetition</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.2 "><p id="CreateDataset__p18516145893610">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.3 "><p id="CreateDataset__p135161858163619">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.12.2.5.1.4 "><p id="CreateDataset__p85169588369">Number of persons who label each sample. The minimum value is <strong id="CreateDataset__b0516358173611">1</strong>.</p>
</td>
</tr>
<tr id="CreateDataset__row102597588362"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.1 "><p id="CreateDataset__p6516958163611">synchronize_auto_labeling_data</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.2 "><p id="CreateDataset__p115161258103615">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.3 "><p id="CreateDataset__p751611583361">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.12.2.5.1.4 "><p id="CreateDataset__p1451615883615">Whether to synchronously update auto labeling data. The options are as follows: - <strong id="CreateDataset__b12516558103611">true</strong>: Update auto labeling data synchronously. - <strong id="CreateDataset__b2516195823613">false</strong>: Do not update auto labeling data synchronously.</p>
</td>
</tr>
<tr id="CreateDataset__row112591858203615"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.1 "><p id="CreateDataset__p9516135803611">synchronize_data</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.2 "><p id="CreateDataset__p13516758193618">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.3 "><p id="CreateDataset__p20516175873616">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.12.2.5.1.4 "><p id="CreateDataset__p1951625812365">Whether to synchronize updated data, such as uploading files, synchronizing data sources, and assigning imported unlabeled files to team members. The options are as follows: - <strong id="CreateDataset__b65163585363">true</strong>: Synchronize updated data to team members. - <strong id="CreateDataset__b11516135813616">false</strong>: Do not synchronize updated data to team members.</p>
</td>
</tr>
<tr id="CreateDataset__row1425915893613"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.1 "><p id="CreateDataset__p125161458183618">task_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.2 "><p id="CreateDataset__p1951610582367">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.3 "><p id="CreateDataset__p11516158153616">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.12.2.5.1.4 "><p id="CreateDataset__p155161658183613">ID of a team labeling task.</p>
</td>
</tr>
<tr id="CreateDataset__row92591258183616"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.1 "><p id="CreateDataset__p12516145815368">task_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.2 "><p id="CreateDataset__p45168581365">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.3 "><p id="CreateDataset__p20516858123612">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.12.2.5.1.4 "><p id="CreateDataset__p4517185843610">Name of a team labeling task. The value contains 1 to 64 characters, including only letters, digits, underscores (_), and hyphens (-).</p>
</td>
</tr>
<tr id="CreateDataset__row11259205815361"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.1 "><p id="CreateDataset__p17517145811364">workforces_config</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.2 "><p id="CreateDataset__p0517175813362">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.12.2.5.1.3 "><p id="CreateDataset__p451713581367"><a href="#CreateDataset__request_WorkforcesConfig">WorkforcesConfig</a> object</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.12.2.5.1.4 "><p id="CreateDataset__p6517958143617">Manpower assignment of a team labeling task. You can delegate the administrator to assign the manpower or do it by yourself.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_WorkforcesConfig"></a><a name="request_WorkforcesConfig"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_WorkforcesConfig" frame="border" border="1" rules="all"><caption><b>Table 13 </b>WorkforcesConfig</caption><thead align="left"><tr id="CreateDataset__row19264125883610"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.13.2.5.1.1"><p id="CreateDataset__p19517125813619">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.13.2.5.1.2"><p id="CreateDataset__p185179583361">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.13.2.5.1.3"><p id="CreateDataset__p10517125853613">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.13.2.5.1.4"><p id="CreateDataset__p851735803616">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row142640583365"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.13.2.5.1.1 "><p id="CreateDataset__p1517185816368">agency</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.13.2.5.1.2 "><p id="CreateDataset__p75171558143615">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.13.2.5.1.3 "><p id="CreateDataset__p115171758103610">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.13.2.5.1.4 "><p id="CreateDataset__p95171586366">Team administrator.</p>
</td>
</tr>
<tr id="CreateDataset__row3264258143613"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.13.2.5.1.1 "><p id="CreateDataset__p251745814364">workforces</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.13.2.5.1.2 "><p id="CreateDataset__p9517155813615">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.13.2.5.1.3 "><p id="CreateDataset__p1451715584369">Array of <a href="#CreateDataset__request_WorkforceConfig">WorkforceConfig</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.13.2.5.1.4 "><p id="CreateDataset__p1651705812360">List of teams that execute labeling tasks.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_WorkforceConfig"></a><a name="request_WorkforceConfig"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_WorkforceConfig" frame="border" border="1" rules="all"><caption><b>Table 14 </b>WorkforceConfig</caption><thead align="left"><tr id="CreateDataset__row926635810368"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.14.2.5.1.1"><p id="CreateDataset__p651775818361">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.14.2.5.1.2"><p id="CreateDataset__p851795813361">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.14.2.5.1.3"><p id="CreateDataset__p951717588362">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.14.2.5.1.4"><p id="CreateDataset__p1517145803610">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row62661658173618"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.14.2.5.1.1 "><p id="CreateDataset__p11517165843611">workers</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.14.2.5.1.2 "><p id="CreateDataset__p6517058153610">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.14.2.5.1.3 "><p id="CreateDataset__p1051795814365">Array of <a href="#CreateDataset__request_Worker">Worker</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.14.2.5.1.4 "><p id="CreateDataset__p11517165883613">List of labeling team members.</p>
</td>
</tr>
<tr id="CreateDataset__row1826618582367"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.14.2.5.1.1 "><p id="CreateDataset__p651712581363">workforce_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.14.2.5.1.2 "><p id="CreateDataset__p19517105818362">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.14.2.5.1.3 "><p id="CreateDataset__p8517135817368">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.14.2.5.1.4 "><p id="CreateDataset__p65171758203612">ID of a labeling team.</p>
</td>
</tr>
<tr id="CreateDataset__row82661758163612"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.14.2.5.1.1 "><p id="CreateDataset__p1451775883611">workforce_name</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.14.2.5.1.2 "><p id="CreateDataset__p105171584360">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.14.2.5.1.3 "><p id="CreateDataset__p251775815363">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.14.2.5.1.4 "><p id="CreateDataset__p9517115813367">Name of a labeling team. The value contains 0 to 1024 characters and does not support the following special characters: !&lt;&gt;=&amp;"'</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><a name="CreateDataset__request_Worker"></a><a name="request_Worker"></a><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__request_Worker" frame="border" border="1" rules="all"><caption><b>Table 15 </b>Worker</caption><thead align="left"><tr id="CreateDataset__row102700588363"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.15.2.5.1.1"><p id="CreateDataset__p551810583360">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.15.2.5.1.2"><p id="CreateDataset__p1551818581366">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.15.2.5.1.3"><p id="CreateDataset__p1651818583361">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.15.2.5.1.4"><p id="CreateDataset__p10518155843615">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row18270115817365"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.1 "><p id="CreateDataset__p65181358193618">create_time</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.2 "><p id="CreateDataset__p15518658113612">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.3 "><p id="CreateDataset__p15518175843617">Long</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.15.2.5.1.4 "><p id="CreateDataset__p185181258133610">Creation time.</p>
</td>
</tr>
<tr id="CreateDataset__row427095810363"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.1 "><p id="CreateDataset__p1451818588363">description</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.2 "><p id="CreateDataset__p25187580360">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.3 "><p id="CreateDataset__p85181158193615">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.15.2.5.1.4 "><p id="CreateDataset__p2518155811364">Labeling team member description. The value contains 0 to 256 characters and does not support the following special characters: ^!&lt;&gt;=&amp;"'</p>
</td>
</tr>
<tr id="CreateDataset__row2027095820368"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.1 "><p id="CreateDataset__p11518135819369">email</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.2 "><p id="CreateDataset__p165181058113612">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.3 "><p id="CreateDataset__p95182585363">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.15.2.5.1.4 "><p id="CreateDataset__p165183587369">Email address of a labeling team member.</p>
</td>
</tr>
<tr id="CreateDataset__row72701158203619"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.1 "><p id="CreateDataset__p20518105843619">role</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.2 "><p id="CreateDataset__p851818587369">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.3 "><p id="CreateDataset__p19518195813369">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.15.2.5.1.4 "><p id="CreateDataset__p55186587361">Role. The options are as follows: - <strong id="CreateDataset__b1351825843613">0</strong>: labeling personnel - <strong id="CreateDataset__b14518175863620">1</strong>: reviewer - <strong id="CreateDataset__b45181258163613">2</strong>: team administrator - <strong id="CreateDataset__b11518258133617">3</strong>: dataset owner</p>
</td>
</tr>
<tr id="CreateDataset__row72701058203616"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.1 "><p id="CreateDataset__p8518125816363">status</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.2 "><p id="CreateDataset__p2518105810364">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.3 "><p id="CreateDataset__p2051814584367">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.15.2.5.1.4 "><p id="CreateDataset__p1851845812363">Current login status of a labeling team member. The options are as follows: - <strong id="CreateDataset__b16518175833611">0</strong>: The invitation email has not been sent. - <strong id="CreateDataset__b195188587364">1</strong>: The invitation email has been sent but the user has not logged in. - <strong id="CreateDataset__b35180583363">2</strong>: The user has logged in. - <strong id="CreateDataset__b13518105818369">3</strong>: The labeling team member has been deleted.</p>
</td>
</tr>
<tr id="CreateDataset__row4270185883616"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.1 "><p id="CreateDataset__p6518658203613">update_time</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.2 "><p id="CreateDataset__p9518155813617">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.3 "><p id="CreateDataset__p13518175863615">Long</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.15.2.5.1.4 "><p id="CreateDataset__p9518165883614">Update time.</p>
</td>
</tr>
<tr id="CreateDataset__row1427075810362"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.1 "><p id="CreateDataset__p9518105833618">worker_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.2 "><p id="CreateDataset__p19518115815368">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.3 "><p id="CreateDataset__p11518195815364">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.15.2.5.1.4 "><p id="CreateDataset__p1151817587367">ID of a labeling team member.</p>
</td>
</tr>
<tr id="CreateDataset__row1127010587361"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.1 "><p id="CreateDataset__p1851815818362">workforce_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.2 "><p id="CreateDataset__p5518195813613">No</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.15.2.5.1.3 "><p id="CreateDataset__p185181589365">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.15.2.5.1.4 "><p id="CreateDataset__p1951819584368">ID of a labeling team.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="CreateDataset__section1951815853610"><h4 class="sectiontitle">Response Parameters</h4><p id="CreateDataset__p55181258133617"><strong id="CreateDataset__b1851813586362">Status code: 201</strong></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__response_CreateDatasetResp" frame="border" border="1" rules="all"><caption><b>Table 16 </b>Response body parameters</caption><thead align="left"><tr id="CreateDataset__row10277125813613"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p id="CreateDataset__p18519858113612">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p id="CreateDataset__p195191458173614">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p id="CreateDataset__p75197587364">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row427785813369"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p id="CreateDataset__p451919585366">dataset_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p id="CreateDataset__p651910582361">String</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p id="CreateDataset__p851914589368">Dataset ID.</p>
</td>
</tr>
<tr id="CreateDataset__row162771458113612"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p id="CreateDataset__p12519175819360">error_code</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p id="CreateDataset__p65191458203617">String</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p id="CreateDataset__p1351955813613">Error code.</p>
</td>
</tr>
<tr id="CreateDataset__row11277358173611"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p id="CreateDataset__p145197586369">error_msg</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p id="CreateDataset__p35191958143617">String</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p id="CreateDataset__p75198587368">Error message.</p>
</td>
</tr>
<tr id="CreateDataset__row92781658153619"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p id="CreateDataset__p251913589367">import_task_id</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p id="CreateDataset__p15519358183615">String</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p id="CreateDataset__p185194580369">ID of an import task.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="CreateDataset__section05191158103613"><h4 class="sectiontitle">Example Requests</h4><ul id="CreateDataset__ul551913589369"><li id="CreateDataset__li751955833615">Creating an Image Classification Dataset<pre class="screen" id="CreateDataset__screen1651975893611">{
"workspace_id" : "0",
"dataset_name" : "dataset-457f",
"dataset_type" : 0,
"data_sources" : [ {
"data_type" : 0,
"data_path" : "/test-obs/classify/input/cat-dog/"
} ],
"description" : "",
"work_path" : "/test-obs/classify/output/",
"work_path_type" : 0,
"labels" : [ {
"name" : "Cat",
"type" : 0,
"property" : {
"@modelarts:color" : "#3399ff"
}
}, {
"name" : "Dog",
"type" : 0,
"property" : {
"@modelarts:color" : "#3399ff"
}
} ]
}</pre>
</li><li id="CreateDataset__li3520155803619">Creating an Object Detection Dataset<pre class="screen" id="CreateDataset__screen14520205817363">{
"workspace_id" : "0",
"dataset_name" : "dataset-95a6",
"dataset_type" : 1,
"data_sources" : [ {
"data_type" : 0,
"data_path" : "/test-obs/detect/input/cat-dog/"
} ],
"description" : "",
"work_path" : "/test-obs/detect/output/",
"work_path_type" : 0,
"labels" : [ {
"name" : "Cat",
"type" : 1,
"property" : {
"@modelarts:color" : "#3399ff"
}
}, {
"name" : "Dog",
"type" : 1,
"property" : {
"@modelarts:color" : "#3399ff"
}
} ]
}</pre>
</li><li id="CreateDataset__li1520358173614">Creating a Table Dataset<pre class="screen" id="CreateDataset__screen3520145873617">{
"workspace_id" : "0",
"dataset_name" : "dataset-de83",
"dataset_type" : 400,
"data_sources" : [ {
"data_type" : 0,
"data_path" : "/test-obs/table/input/",
"with_column_header" : true
} ],
"description" : "",
"work_path" : "/test-obs/table/output/",
"work_path_type" : 0,
"schema" : [ {
"schema_id" : 1,
"name" : "150",
"type" : "STRING"
}, {
"schema_id" : 2,
"name" : "4",
"type" : "STRING"
}, {
"schema_id" : 3,
"name" : "setosa",
"type" : "STRING"
}, {
"schema_id" : 4,
"name" : "versicolor",
"type" : "STRING"
}, {
"schema_id" : 5,
"name" : "virginica",
"type" : "STRING"
} ],
"import_data" : true
}</pre>
</li></ul>
</div>
<div class="section" id="CreateDataset__section75211258143610"><h4 class="sectiontitle">Example Responses</h4><p id="CreateDataset__p135211158153616"><strong id="CreateDataset__b7521558193619">Status code: 201</strong></p>
<p id="CreateDataset__p115219585364">Created</p>
<pre class="screen" id="CreateDataset__screen4521458173617">{
"dataset_id" : "WxCREuCkBSAlQr9xrde"
}</pre>
</div>
<div class="section" id="CreateDataset__section85212583361"><h4 class="sectiontitle">Status Codes</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateDataset__status_code" frame="border" border="1" rules="all"><thead align="left"><tr id="CreateDataset__row19295195814367"><th align="left" class="cellrowborder" valign="top" width="15%" id="mcps1.3.7.2.1.3.1.1"><p id="CreateDataset__p105211158123615">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="85%" id="mcps1.3.7.2.1.3.1.2"><p id="CreateDataset__p18521358163610">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="CreateDataset__row72951458123614"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p id="CreateDataset__p1052165814364">201</p>
</td>
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p id="CreateDataset__p752115581361">Created</p>
</td>
</tr>
<tr id="CreateDataset__row1829585893616"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p id="CreateDataset__p20521125833610">401</p>
</td>
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p id="CreateDataset__p195211758123610">Unauthorized</p>
</td>
</tr>
<tr id="CreateDataset__row1529511582366"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p id="CreateDataset__p185211458203610">403</p>
</td>
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p id="CreateDataset__p352195817360">Forbidden</p>
</td>
</tr>
<tr id="CreateDataset__row18295145815368"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p id="CreateDataset__p352125812360">404</p>
</td>
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p id="CreateDataset__p1652135813615">Not Found</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="CreateDataset__section65211658153612"><h4 class="sectiontitle">Error Codes</h4><p id="CreateDataset__p2521115833614">See <a href="modelarts_03_0095.html">Error Codes</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dataset_management.html">Dataset Management</a></div>
</div>
</div>