ModelArts API 24.3.0 20241128 version

Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Wuwan, Qi <wuwanqi1@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-committed-by: Wuwan, Qi <wuwanqi1@noreply.gitea.eco.tsi-dev.otc-service.com>
This commit is contained in:
2024-11-29 09:04:54 +00:00
committed by zuul
parent 11c10554c4
commit f81ead2467
271 changed files with 54597 additions and 38760 deletions

View File

@ -1,11 +1,11 @@
<a name="EN-US_TOPIC_0000001910007880"></a><a name="EN-US_TOPIC_0000001910007880"></a>
<a name="EN-US_TOPIC_0000001909747364"></a><a name="EN-US_TOPIC_0000001909747364"></a>
<h1 class="topictitle1">Querying the Algorithm Type for Data Processing</h1>
<div id="body0000001588698501"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to query the algorithm type for data processing.</p>
<div id="body0000001665172322"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to query the algorithm type for data processing.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000001910007880__atuogenerate_1"><h4 class="sectiontitle">Debugging</h4><p>You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.</p>
<div class="section" id="EN-US_TOPIC_0000001909747364__atuogenerate_1"><h4 class="sectiontitle">Debugging</h4><p>You can debug this API through automatic authentication in or use the SDK sample code generated by API Explorer.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000001910007880__atuogenerate_2"><h4 class="sectiontitle">URI</h4><p>GET /v2/{project_id}/processor-tasks/items</p>
<div class="section" id="EN-US_TOPIC_0000001909747364__atuogenerate_2"><h4 class="sectiontitle">URI</h4><p>GET /v2/{project_id}/processor-tasks/items</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path Parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.3.2.5.1.1"><p>Parameter</p>
</th>
@ -66,7 +66,7 @@
</div>
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 200</strong></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001910007880__response_GetProcessorTaskItemsResp" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.3.2.4.1.1"><p>Parameter</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001909747364__response_GetProcessorTaskItemsResp" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.3.2.4.1.1"><p>Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.3.2.4.1.2"><p>Type</p>
</th>
@ -76,7 +76,7 @@
</thead>
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.1 "><p>items</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.2 "><p>Array of <a href="#EN-US_TOPIC_0000001910007880__response_ProcessorTaskItem">ProcessorTaskItem</a> objects</p>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.5.3.2.4.1.2 "><p>Array of <a href="#EN-US_TOPIC_0000001909747364__response_ProcessorTaskItem">ProcessorTaskItem</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p>Algorithm type list.</p>
</td>
@ -92,7 +92,7 @@
</table>
</div>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001910007880__response_ProcessorTaskItem"></a><a name="response_ProcessorTaskItem"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001910007880__response_ProcessorTaskItem" frame="border" border="1" rules="all"><caption><b>Table 4 </b>ProcessorTaskItem</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.4.2.4.1.1"><p>Parameter</p>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001909747364__response_ProcessorTaskItem"></a><a name="response_ProcessorTaskItem"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001909747364__response_ProcessorTaskItem" frame="border" border="1" rules="all"><caption><b>Table 4 </b>ProcessorTaskItem</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.4.2.4.1.1"><p>Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.5.4.2.4.1.2"><p>Type</p>
</th>
@ -125,7 +125,7 @@
</table>
</div>
</div>
<div class="section"><h4 class="sectiontitle">Example Requests</h4><p>Querying the List of the Algorithm Type for Data Processing</p>
<div class="section"><h4 class="sectiontitle">Example Requests</h4><p>Queries the list of data processing algorithm types.</p>
<pre class="screen">GET https://{endpoint}/v2/{project_id}/processor-tasks/items</pre>
</div>
<div class="section"><h4 class="sectiontitle">Example Responses</h4><p><strong>Status code: 200</strong></p>
@ -152,7 +152,7 @@
}</pre>
</div>
<div class="section"><h4 class="sectiontitle">Status Codes</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001910007880__status_code" frame="border" border="1" rules="all"><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="15%" id="mcps1.3.8.2.1.3.1.1"><p>Status Code</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001909747364__status_code" frame="border" border="1" rules="all"><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="15%" id="mcps1.3.8.2.1.3.1.1"><p>Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="85%" id="mcps1.3.8.2.1.3.1.2"><p>Description</p>
</th>
@ -187,7 +187,7 @@
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dataset_management.html">Data Management</a></div>
<div class="parentlink"><strong>Parent topic:</strong> <a href="dataset_management.html">Data Management (Old Version)</a></div>
</div>
</div>