modelarts sdk-ref version 21.430 update

Reviewed-by: Jiang, Beibei <beibei.jiang@t-systems.com>
Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com>
Co-authored-by: Lai, Weijian <laiweijian4@huawei.com>
Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
This commit is contained in:
Lai, Weijian 2023-03-20 09:32:27 +00:00 committed by zuul
parent 4a12a1caba
commit eda19245f1
36 changed files with 1823 additions and 1792 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,24 +1,10 @@
<a name="modelarts_04_0004"></a><a name="modelarts_04_0004"></a> <a name="modelarts_04_0004"></a><a name="modelarts_04_0004"></a>
<h1 class="topictitle1">Downloading and Installing the SDK</h1> <h1 class="topictitle1">Downloading and Installing the SDK</h1>
<div id="body8662426"><div class="section" id="modelarts_04_0004__en-us_topic_0130654808_section16657165520146"><h4 class="sectiontitle">Download ModelArts SDK</h4><p id="modelarts_04_0004__p330243994616"><a href="https://obs-sdk.obs.eu-de.otc.t-systems.com/modelarts-latest-py2.py3-none-any.whl" target="_blank" rel="noopener noreferrer">Download the ModelArts SDK software package</a> of the latest version.</p> <div id="body8662426"><div class="section" id="modelarts_04_0004__en-us_topic_0130654808_section16657165520146"><h4 class="sectiontitle">Downloading the SDK</h4><p id="modelarts_04_0004__p330243994616"><a href="https://obs-sdk.obs.eu-de.otc.t-systems.com/modelarts-latest-py2.py3-none-any.whl" target="_blank" rel="noopener noreferrer">Download the ModelArts SDK software package</a> of the latest version.</p>
</div> </div>
<div class="section" id="modelarts_04_0004__en-us_topic_0130654808_section536631020158"><h4 class="sectiontitle">Installing the SDK</h4><p id="modelarts_04_0004__en-us_topic_0130654808_p061516124116">After the SDK is downloaded, you can use pip to install it. For details about how to install pip, see the <a href="https://pip.pypa.io/en/stable/installation/" target="_blank" rel="noopener noreferrer">pip official website</a>. To install the ModelArts SDK, run the following command:</p> <div class="section" id="modelarts_04_0004__en-us_topic_0130654808_section536631020158"><h4 class="sectiontitle">Installing the SDK</h4><p id="modelarts_04_0004__en-us_topic_0130654808_p061516124116">After the SDK is downloaded, you can use pip to install it. For details about how to install pip, see the <a href="https://pip.pypa.io/en/stable/installation/" target="_blank" rel="noopener noreferrer">pip official website</a>. To install the ModelArts SDK, run the following command:</p>
<p id="modelarts_04_0004__en-us_topic_0130654808_p1641035217517"><b><span class="cmdname" id="modelarts_04_0004__en-us_topic_0130654808_cmdname125744215613">pip install modelarts-latest-py2.py3-none-any.whl</span></b></p> <p id="modelarts_04_0004__en-us_topic_0130654808_p1641035217517"><b><span class="cmdname" id="modelarts_04_0004__en-us_topic_0130654808_cmdname125744215613">pip install modelarts-latest-py2.py3-none-any.whl</span></b></p>
<div class="p" id="modelarts_04_0004__en-us_topic_0130654808_p205292261557">The required dependency packages are installed by default during SDK installation. The details are as follows:<pre class="screen" id="modelarts_04_0004__en-us_topic_0130654808_screen1540231914552">certifi &gt;= 14.05.14
six &gt;= 1.10
python_dateutil &gt;= 2.5.3
setuptools &gt;= 21.0.0
urllib3 &gt;= 1.15.1
requests &gt;= 2.19.1
esdk-obs-python == 3.0.5
Flask==1.0.2
Flask-Cors==3.0.4
gunicorn==19.8.1
mxnet-model-server==0.3
psutil==5.4.6
prometheus_client==0.3.1</pre>
</div>
<p id="modelarts_04_0004__en-us_topic_0130654808_p4425111620112">If an error message is displayed during the installation, indicating that a required dependency package is missing, run the following command to install the dependency package as prompted. In the command, <em id="modelarts_04_0004__en-us_topic_0130654808_i91141713515">xxxx</em> indicates the name of the dependency package.</p> <p id="modelarts_04_0004__en-us_topic_0130654808_p4425111620112">If an error message is displayed during the installation, indicating that a required dependency package is missing, run the following command to install the dependency package as prompted. In the command, <em id="modelarts_04_0004__en-us_topic_0130654808_i91141713515">xxxx</em> indicates the name of the dependency package.</p>
<p id="modelarts_04_0004__en-us_topic_0130654808_p5966172316123"><b><span class="cmdname" id="modelarts_04_0004__en-us_topic_0130654808_cmdname1592111819135">pip install xxxx</span></b></p> <p id="modelarts_04_0004__en-us_topic_0130654808_p5966172316123"><b><span class="cmdname" id="modelarts_04_0004__en-us_topic_0130654808_cmdname1592111819135">pip install xxxx</span></b></p>
</div> </div>

File diff suppressed because it is too large Load Diff

View File

@ -7,15 +7,15 @@
<ul class="ullinks"> <ul class="ullinks">
<li class="ulchildlink"><strong><a href="modelarts_04_0131.html">Creating a Training Job</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0131.html">Creating a Training Job</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0160.html">Querying the List of Training Jobs</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0160.html">Obtaining Training Jobs</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0161.html">Querying the Details About a Training Job</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0161.html">Obtaining Details About a Training Job</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0162.html">Modifying the Description of a Training Job</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0162.html">Modifying the Description of a Training Job</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0163.html">Obtaining the Name of a Training Job Log File</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0163.html">Obtaining the Name of a Training Job Log File</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0164.html">Querying Training Job Logs</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0164.html">Obtaining Training Job Logs</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0166.html">Deleting a Training Job</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0166.html">Deleting a Training Job</a></strong><br>
</li> </li>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -45,7 +45,7 @@
</td> </td>
<td class="cellrowborder" valign="top" width="13.34%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0166__en-us_topic_0180094058_en-us_topic_0160620263_p46751171339">String</p> <td class="cellrowborder" valign="top" width="13.34%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0166__en-us_topic_0180094058_en-us_topic_0160620263_p46751171339">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="54.03%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0166__en-us_topic_0180094058_en-us_topic_0160620263_p467516712319">ID of a training job. You can query <strong id="modelarts_04_0166__en-us_topic_0180094058_b795042164510">job_id</strong> using the training job object generated in <a href="modelarts_04_0131.html">Creating a Training Job</a>, for example, <span class="filepath" id="modelarts_04_0166__en-us_topic_0180094058_filepath119515214513"><b>job_instance.job_id</b></span>, or from the response obtained in <a href="modelarts_04_0160.html">Querying the List of Training Jobs</a>.</p> <td class="cellrowborder" valign="top" width="54.03%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0166__en-us_topic_0180094058_en-us_topic_0160620263_p467516712319">ID of a training job. You can query <strong id="modelarts_04_0166__en-us_topic_0180094058_b795042164510">job_id</strong> using the training job object generated in <a href="modelarts_04_0131.html">Creating a Training Job</a>, for example, <span class="filepath" id="modelarts_04_0166__en-us_topic_0180094058_filepath119515214513"><b>job_instance.job_id</b></span>, or from the response obtained in <a href="modelarts_04_0160.html">Obtaining Training Jobs</a>.</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -9,7 +9,7 @@
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0169.html">Querying the List of Training Job Versions</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0169.html">Querying the List of Training Job Versions</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0170.html">Querying the Details About a Training Job Version</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0170.html">Obtaining Details About a Training Job Version</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0171.html">Stopping a Training Job Version</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0171.html">Stopping a Training Job Version</a></strong><br>
</li> </li>

View File

@ -272,7 +272,7 @@
</td> </td>
<td class="cellrowborder" valign="top" width="13.320000000000002%" headers="mcps1.3.3.3.2.5.1.3 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p8675972311">String</p> <td class="cellrowborder" valign="top" width="13.320000000000002%" headers="mcps1.3.3.3.2.5.1.3 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p8675972311">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="54.05%" headers="mcps1.3.3.3.2.5.1.4 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p354118145165">ID of a training job. You can query <strong id="modelarts_04_0168__en-us_topic_0180094062_b1844341317465">job_id</strong> using the training job object generated in <a href="modelarts_04_0131.html">Creating a Training Job</a>, for example, <span class="filepath" id="modelarts_04_0168__en-us_topic_0180094062_filepath1644418136463"><b>job_instance.job_id</b></span>, or from the response obtained in <a href="modelarts_04_0160.html">Querying the List of Training Jobs</a>.</p> <td class="cellrowborder" valign="top" width="54.05%" headers="mcps1.3.3.3.2.5.1.4 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p354118145165">ID of a training job. You can query <strong id="modelarts_04_0168__en-us_topic_0180094062_b1844341317465">job_id</strong> using the training job object generated in <a href="modelarts_04_0131.html">Creating a Training Job</a>, for example, <span class="filepath" id="modelarts_04_0168__en-us_topic_0180094062_filepath1644418136463"><b>job_instance.job_id</b></span>, or from the response obtained in <a href="modelarts_04_0160.html">Obtaining Training Jobs</a>.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_row2025193383220"><td class="cellrowborder" valign="top" width="22.75%" headers="mcps1.3.3.3.2.5.1.1 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p360523618346">pre_version_id</p> <tr id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_row2025193383220"><td class="cellrowborder" valign="top" width="22.75%" headers="mcps1.3.3.3.2.5.1.1 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p360523618346">pre_version_id</p>
@ -281,7 +281,7 @@
</td> </td>
<td class="cellrowborder" valign="top" width="13.320000000000002%" headers="mcps1.3.3.3.2.5.1.3 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p76051136123415">Long</p> <td class="cellrowborder" valign="top" width="13.320000000000002%" headers="mcps1.3.3.3.2.5.1.3 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p76051136123415">Long</p>
</td> </td>
<td class="cellrowborder" valign="top" width="54.05%" headers="mcps1.3.3.3.2.5.1.4 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p2605153619349">ID of the previous version of a training job. You can query <strong id="modelarts_04_0168__en-us_topic_0180094062_b1206151115814">pre_version_id</strong> using the training job object generated in <a href="modelarts_04_0131.html">Creating a Training Job</a>, for example, <span class="filepath" id="modelarts_04_0168__en-us_topic_0180094062_filepath22071011185817"><b>job_instance.version_id</b></span>, or from the response obtained in <a href="modelarts_04_0160.html">Querying the List of Training Jobs</a>.</p> <td class="cellrowborder" valign="top" width="54.05%" headers="mcps1.3.3.3.2.5.1.4 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p2605153619349">ID of the previous version of a training job. You can query <strong id="modelarts_04_0168__en-us_topic_0180094062_b1206151115814">pre_version_id</strong> using the training job object generated in <a href="modelarts_04_0131.html">Creating a Training Job</a>, for example, <span class="filepath" id="modelarts_04_0168__en-us_topic_0180094062_filepath22071011185817"><b>job_instance.version_id</b></span>, or from the response obtained in <a href="modelarts_04_0160.html">Obtaining Training Jobs</a>.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_row4830133814295"><td class="cellrowborder" valign="top" width="22.75%" headers="mcps1.3.3.3.2.5.1.1 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p108301438172914">inputs</p> <tr id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_row4830133814295"><td class="cellrowborder" valign="top" width="22.75%" headers="mcps1.3.3.3.2.5.1.1 "><p id="modelarts_04_0168__en-us_topic_0180094062_en-us_topic_0179315308_p108301438172914">inputs</p>

View File

@ -41,7 +41,7 @@
</td> </td>
<td class="cellrowborder" valign="top" width="13.320000000000002%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0169__en-us_topic_0180515648_en-us_topic_0170904397_p8675972311">String</p> <td class="cellrowborder" valign="top" width="13.320000000000002%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0169__en-us_topic_0180515648_en-us_topic_0170904397_p8675972311">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="54.05%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0169__en-us_topic_0180515648_en-us_topic_0170904397_p212635661310">ID of a training job. You can query <strong id="modelarts_04_0169__en-us_topic_0180515648_b145442291417">job_id</strong> using the training job object generated in <a href="modelarts_04_0131.html">Creating a Training Job</a>, for example, <span class="filepath" id="modelarts_04_0169__en-us_topic_0180515648_filepath354511291348"><b>job_instance.job_id</b></span>, or from the response obtained in <a href="modelarts_04_0160.html">Querying the List of Training Jobs</a>.</p> <td class="cellrowborder" valign="top" width="54.05%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0169__en-us_topic_0180515648_en-us_topic_0170904397_p212635661310">ID of a training job. You can query <strong id="modelarts_04_0169__en-us_topic_0180515648_b145442291417">job_id</strong> using the training job object generated in <a href="modelarts_04_0131.html">Creating a Training Job</a>, for example, <span class="filepath" id="modelarts_04_0169__en-us_topic_0180515648_filepath354511291348"><b>job_instance.job_id</b></span>, or from the response obtained in <a href="modelarts_04_0160.html">Obtaining Training Jobs</a>.</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,9 +8,9 @@
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0175.html">Querying the List of Training Job Parameter Configuration Objects</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0175.html">Querying the List of Training Job Parameter Configuration Objects</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0176.html">Querying the List of Training Job Configurations</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0176.html">Obtaining Training Job Configurations</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0177.html">Querying the Details About a Training Job Configuration</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0177.html">Obtaining Details About a Training Job Configuration</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0178.html">Modifying a Training Job Configuration</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0178.html">Modifying a Training Job Configuration</a></strong><br>
</li> </li>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
<a name="modelarts_04_0179"></a><a name="modelarts_04_0179"></a> <a name="modelarts_04_0179"></a><a name="modelarts_04_0179"></a>
<h1 class="topictitle1">Deleting a Training Job Configuration</h1> <h1 class="topictitle1">Deleting a Training Job Configuration</h1>
<div id="body8662426"><div class="section" id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_section35881040102516"><h4 class="sectiontitle">Sample Code</h4><p id="modelarts_04_0179__en-us_topic_0180094071_p586796164511">In the ModelArts notebook instance, you do not need to enter authentication parameters for session authentication. For details about session authentication of other development environments, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p> <div id="body8662426"><div class="section" id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_section35881040102516"><h4 class="sectiontitle">Sample Code</h4><p id="modelarts_04_0179__en-us_topic_0180094071_p586796164511">In ModelArts notebook, you do not need to enter authentication parameters for session authentication. For details about session authentication of other development environments, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p>
<ul id="modelarts_04_0179__en-us_topic_0180094071_ul1033193214218"><li id="modelarts_04_0179__en-us_topic_0180094071_li1833114320210">Method 1: Delete a training job parameter configuration based on the specified <strong id="modelarts_04_0179__en-us_topic_0180094071_b6228152819422">config_name</strong>.<div class="codecoloring" codetype="Python" id="modelarts_04_0179__en-us_topic_0180094071_screen364012409216"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span> <ul id="modelarts_04_0179__en-us_topic_0180094071_ul1033193214218"><li id="modelarts_04_0179__en-us_topic_0180094071_li1833114320210">Method 1: Delete a training job parameter configuration based on the specified <strong id="modelarts_04_0179__en-us_topic_0180094071_b6228152819422">config_name</strong>.<div class="codecoloring" codetype="Python" id="modelarts_04_0179__en-us_topic_0180094071_screen364012409216"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span>
<span class="normal">2</span> <span class="normal">2</span>
<span class="normal">3</span> <span class="normal">3</span>
@ -27,67 +27,67 @@
</li></ul> </li></ul>
</div> </div>
<div class="section" id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_section0599140112517"><h4 class="sectiontitle">Parameter Description</h4> <div class="section" id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_section0599140112517"><h4 class="sectiontitle">Parameter Description</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_table155461191218" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Estimator request parameters</caption><thead align="left"><tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row254817912212"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.2.2.5.1.1"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p12549899214">Parameter</p> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_table155461191218" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Estimator request parameters</caption><thead align="left"><tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row254817912212"><th align="left" class="cellrowborder" valign="top" width="19.191919191919194%" id="mcps1.3.2.2.2.5.1.1"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p12549899214">Parameter</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="13%" id="mcps1.3.2.2.2.5.1.2"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p3552101193813">Mandatory</p> <th align="left" class="cellrowborder" valign="top" width="14.141414141414144%" id="mcps1.3.2.2.2.5.1.2"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p3552101193813">Mandatory</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="12%" id="mcps1.3.2.2.2.5.1.3"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p1755169172118">Type</p> <th align="left" class="cellrowborder" valign="top" width="12.121212121212121%" id="mcps1.3.2.2.2.5.1.3"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p1755169172118">Type</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="56.00000000000001%" id="mcps1.3.2.2.2.5.1.4"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p55521998211">Description</p> <th align="left" class="cellrowborder" valign="top" width="54.545454545454554%" id="mcps1.3.2.2.2.5.1.4"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p55521998211">Description</p>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody><tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row8893215413"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p6891421842">modelarts_session</p> <tbody><tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row8893215413"><td class="cellrowborder" valign="top" width="19.191919191919194%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p6891421842">modelarts_session</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p68972047">Yes</p> <td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p68972047">Yes</p>
</td> </td>
<td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p158912219419">Object</p> <td class="cellrowborder" valign="top" width="12.121212121212121%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p158912219419">Object</p>
</td> </td>
<td class="cellrowborder" valign="top" width="56.00000000000001%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p1689152543">Session object. For details about the initialization method, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p> <td class="cellrowborder" valign="top" width="54.545454545454554%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p1689152543">Session object. For details about the initialization method, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row197933582219"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p9118145011917">config_name</p> <tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row197933582219"><td class="cellrowborder" valign="top" width="19.191919191919194%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p9118145011917">config_name</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p196751771039">Yes</p> <td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p196751771039">Yes</p>
</td> </td>
<td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p8675972311">String</p> <td class="cellrowborder" valign="top" width="12.121212121212121%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p8675972311">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="56.00000000000001%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p212635661310">Name of a training job parameter configuration</p> <td class="cellrowborder" valign="top" width="54.545454545454554%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p212635661310">Name of a training job parameter configuration</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_table1110417144251" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="modelarts_04_0179__en-us_topic_0180094071_b17881154404317">delete_job_configs</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row151628148254"><th align="left" class="cellrowborder" valign="top" width="19.191919191919194%" id="mcps1.3.2.3.2.4.1.1"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p91627143253">Parameter</p> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_table1110417144251" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="modelarts_04_0179__en-us_topic_0180094071_b17881154404317">delete_job_configs</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row151628148254"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.3.2.4.1.1"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p91627143253">Parameter</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="13.131313131313133%" id="mcps1.3.2.3.2.4.1.2"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p12162201492513">Type</p> <th align="left" class="cellrowborder" valign="top" width="14.000000000000002%" id="mcps1.3.2.3.2.4.1.2"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p12162201492513">Type</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="67.67676767676768%" id="mcps1.3.2.3.2.4.1.3"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p101626146259">Description</p> <th align="left" class="cellrowborder" valign="top" width="67%" id="mcps1.3.2.3.2.4.1.3"><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p101626146259">Description</p>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody><tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row7162141492518"><td class="cellrowborder" valign="top" width="19.191919191919194%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p816331492519">error_msg</p> <tbody><tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row7162141492518"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p816331492519">error_msg</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p17163914112519">String</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p17163914112519">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="67.67676767676768%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p125241471184">Error message when the API call fails.</p> <td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p125241471184">Error message when the API call fails.</p>
<p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p13163214172510">This parameter is not included when the API call succeeds.</p> <p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p13163214172510">This parameter is not included when the API call succeeds.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row7163171419252"><td class="cellrowborder" valign="top" width="19.191919191919194%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p101631142254">error_code</p> <tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row7163171419252"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p101631142254">error_code</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p15163151416254">String</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p15163151416254">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="67.67676767676768%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p21827359170">Error code when the API fails to be called. For details, see .</p> <td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p21827359170">Error code when the API fails to be called. For details, see <a href="https://docs.otc.t-systems.com/modelarts/api-ref/common_parameters/error_codes.html" target="_blank" rel="noopener noreferrer">Error Codes</a> in <em id="modelarts_04_0179__i19608117193012">ModelArts API Reference</em>.</p>
<p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p2016319141253">This parameter is not included when the API call succeeds.</p> <p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p2016319141253">This parameter is not included when the API call succeeds.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row15821153459"><td class="cellrowborder" valign="top" width="19.191919191919194%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p14583105318514">is_success</p> <tr id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_row15821153459"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p14583105318514">is_success</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p165835534517">Boolean</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p165835534517">Boolean</p>
</td> </td>
<td class="cellrowborder" valign="top" width="67.67676767676768%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p14433359122514">Whether the API call succeeds</p> <td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0179__en-us_topic_0180094071_en-us_topic_0170904404_p14433359122514">Whether the API call succeeds</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -8,9 +8,9 @@
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0182.html">Querying the List of Visualization Job Objects</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0182.html">Querying the List of Visualization Job Objects</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0183.html">Querying the List of Visualization Jobs</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0183.html">Obtaining Visualization Jobs</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0184.html">Querying the Details About a Visualization Job</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0184.html">Obtaining Details About a Visualization Job</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0185.html">Modifying the Description of a Visualization Job</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0185.html">Modifying the Description of a Visualization Job</a></strong><br>
</li> </li>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
<a name="modelarts_04_0186"></a><a name="modelarts_04_0186"></a> <a name="modelarts_04_0186"></a><a name="modelarts_04_0186"></a>
<h1 class="topictitle1">Stopping a Visualization Job</h1> <h1 class="topictitle1">Stopping a Visualization Job</h1>
<div id="body8662426"><div class="section" id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_section35881040102516"><h4 class="sectiontitle">Sample Code</h4><p id="modelarts_04_0186__en-us_topic_0180094077_p12756014154619">In the ModelArts notebook instance, you do not need to enter authentication parameters for session authentication. For details about session authentication of other development environments, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p> <div id="body8662426"><div class="section" id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_section35881040102516"><h4 class="sectiontitle">Sample Code</h4><p id="modelarts_04_0186__en-us_topic_0180094077_p12756014154619">In ModelArts notebook, you do not need to enter authentication parameters for session authentication. For details about session authentication of other development environments, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p>
<ul id="modelarts_04_0186__en-us_topic_0180094077_ul1360176676"><li id="modelarts_04_0186__en-us_topic_0180094077_li163601468716">Method 1: Stop a visualization job based on the specified <strong id="modelarts_04_0186__en-us_topic_0180094077_b12725194735617">visualization_id</strong>.<div class="codecoloring" codetype="Python" id="modelarts_04_0186__en-us_topic_0180094077_screen1894117377"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span> <ul id="modelarts_04_0186__en-us_topic_0180094077_ul1360176676"><li id="modelarts_04_0186__en-us_topic_0180094077_li163601468716">Method 1: Stop a visualization job based on the specified <strong id="modelarts_04_0186__en-us_topic_0180094077_b12725194735617">visualization_id</strong>.<div class="codecoloring" codetype="Python" id="modelarts_04_0186__en-us_topic_0180094077_screen1894117377"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span>
<span class="normal">2</span> <span class="normal">2</span>
<span class="normal">3</span> <span class="normal">3</span>
@ -27,67 +27,67 @@
</li></ul> </li></ul>
</div> </div>
<div class="section" id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_section85751315416"><h4 class="sectiontitle">Parameter Description</h4> <div class="section" id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_section85751315416"><h4 class="sectiontitle">Parameter Description</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_table155461191218" frame="border" border="1" rules="all"><caption><b>Table 1 </b><strong id="modelarts_04_0186__en-us_topic_0180094077_b192591046195912">VisualizationJob</strong> request parameters</caption><thead align="left"><tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row254817912212"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.2.2.5.1.1"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p12549899214">Parameter</p> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_table155461191218" frame="border" border="1" rules="all"><caption><b>Table 1 </b><strong id="modelarts_04_0186__en-us_topic_0180094077_b192591046195912">VisualizationJob</strong> request parameters</caption><thead align="left"><tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row254817912212"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.2.2.5.1.1"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p12549899214">Parameter</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="14.000000000000002%" id="mcps1.3.2.2.2.5.1.2"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p3552101193813">Mandatory</p> <th align="left" class="cellrowborder" valign="top" width="14.000000000000002%" id="mcps1.3.2.2.2.5.1.2"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p3552101193813">Mandatory</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="12%" id="mcps1.3.2.2.2.5.1.3"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p1755169172118">Type</p> <th align="left" class="cellrowborder" valign="top" width="12%" id="mcps1.3.2.2.2.5.1.3"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p1755169172118">Type</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="55.00000000000001%" id="mcps1.3.2.2.2.5.1.4"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p55521998211">Description</p> <th align="left" class="cellrowborder" valign="top" width="54%" id="mcps1.3.2.2.2.5.1.4"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p55521998211">Description</p>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody><tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row8893215413"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p6891421842">modelarts_session</p> <tbody><tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row8893215413"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p6891421842">modelarts_session</p>
</td> </td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p68972047">Yes</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p68972047">Yes</p>
</td> </td>
<td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p158912219419">Object</p> <td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p158912219419">Object</p>
</td> </td>
<td class="cellrowborder" valign="top" width="55.00000000000001%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p1689152543">Session object. For details about the initialization method, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p> <td class="cellrowborder" valign="top" width="54%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p1689152543">Session object. For details about the initialization method, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row197933582219"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p9118145011917">visualization_id</p> <tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row197933582219"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p9118145011917">visualization_id</p>
</td> </td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p196751771039">Yes</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p196751771039">Yes</p>
</td> </td>
<td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p8675972311">String</p> <td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p8675972311">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="55.00000000000001%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p212635661310">ID of a visualization job</p> <td class="cellrowborder" valign="top" width="54%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p212635661310">ID of a visualization job</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_table55928961173927" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="modelarts_04_0186__en-us_topic_0180094077_b675141813445">stop_visualization_job</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row40618446173927"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.3.2.4.1.1"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p1631242217407">Parameter</p> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_table55928961173927" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="modelarts_04_0186__en-us_topic_0180094077_b675141813445">stop_visualization_job</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row40618446173927"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.4.1.1"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p1631242217407">Parameter</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="14.000000000000002%" id="mcps1.3.2.3.2.4.1.2"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p5427574117407">Type</p> <th align="left" class="cellrowborder" valign="top" width="14.000000000000002%" id="mcps1.3.2.3.2.4.1.2"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p5427574117407">Type</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="67%" id="mcps1.3.2.3.2.4.1.3"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p3425893817407">Description</p> <th align="left" class="cellrowborder" valign="top" width="66%" id="mcps1.3.2.3.2.4.1.3"><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p3425893817407">Description</p>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody><tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row11062410173927"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p688954611624">error_code</p> <tbody><tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row11062410173927"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p688954611624">error_code</p>
</td> </td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p3804851211624">String</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p3804851211624">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p19895181231810">Error code when the API fails to be called. For details, see .</p> <td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p19895181231810">Error code when the API fails to be called. For details, see <a href="https://docs.otc.t-systems.com/modelarts/api-ref/common_parameters/error_codes.html" target="_blank" rel="noopener noreferrer">Error Codes</a> in <em id="modelarts_04_0186__i294812482371">ModelArts API Reference</em>.</p>
<p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p6203060911624">This parameter is not included when the API call succeeds.</p> <p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p6203060911624">This parameter is not included when the API call succeeds.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row52351653173927"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p4368550411624">error_msg</p> <tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row52351653173927"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p4368550411624">error_msg</p>
</td> </td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p6574380911624">String</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p6574380911624">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p1143593112814">Error message when the API call fails.</p> <td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p1143593112814">Error message when the API call fails.</p>
<p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p2364831411624">This parameter is not included when the API call succeeds.</p> <p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p2364831411624">This parameter is not included when the API call succeeds.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row15215104313513"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p123221015210">is_success</p> <tr id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_row15215104313513"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p123221015210">is_success</p>
</td> </td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p923219101219">Boolean</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p923219101219">Boolean</p>
</td> </td>
<td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p14433359122514">Whether the API call succeeds</p> <td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0186__en-us_topic_0180094077_en-us_topic_0170904411_p14433359122514">Whether the API call succeeds</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -1,7 +1,7 @@
<a name="modelarts_04_0187"></a><a name="modelarts_04_0187"></a> <a name="modelarts_04_0187"></a><a name="modelarts_04_0187"></a>
<h1 class="topictitle1">Restarting a Visualization Job</h1> <h1 class="topictitle1">Restarting a Visualization Job</h1>
<div id="body8662426"><div class="section" id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_section35881040102516"><h4 class="sectiontitle">Sample Code</h4><p id="modelarts_04_0187__en-us_topic_0180094078_p9802721164619">In the ModelArts notebook instance, you do not need to enter authentication parameters for session authentication. For details about session authentication of other development environments, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p> <div id="body8662426"><div class="section" id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_section35881040102516"><h4 class="sectiontitle">Sample Code</h4><p id="modelarts_04_0187__en-us_topic_0180094078_p9802721164619">In ModelArts notebook, you do not need to enter authentication parameters for session authentication. For details about session authentication of other development environments, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p>
<ul id="modelarts_04_0187__en-us_topic_0180094078_ul12199155716712"><li id="modelarts_04_0187__en-us_topic_0180094078_li13199125718710">Method 1: Restart a visualization job based on the specified <strong id="modelarts_04_0187__en-us_topic_0180094078_b1716813109111">visualization_id</strong>.<div class="codecoloring" codetype="Python" id="modelarts_04_0187__en-us_topic_0180094078_screen8295269813"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span> <ul id="modelarts_04_0187__en-us_topic_0180094078_ul12199155716712"><li id="modelarts_04_0187__en-us_topic_0180094078_li13199125718710">Method 1: Restart a visualization job based on the specified <strong id="modelarts_04_0187__en-us_topic_0180094078_b1716813109111">visualization_id</strong>.<div class="codecoloring" codetype="Python" id="modelarts_04_0187__en-us_topic_0180094078_screen8295269813"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span>
<span class="normal">2</span> <span class="normal">2</span>
<span class="normal">3</span> <span class="normal">3</span>
@ -27,67 +27,67 @@
</li></ul> </li></ul>
</div> </div>
<div class="section" id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_section85751315416"><h4 class="sectiontitle">Parameter Description</h4> <div class="section" id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_section85751315416"><h4 class="sectiontitle">Parameter Description</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_table155461191218" frame="border" border="1" rules="all"><caption><b>Table 1 </b><strong id="modelarts_04_0187__en-us_topic_0180094078_b245720451917">VisualizationJob</strong> request parameters</caption><thead align="left"><tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row254817912212"><th align="left" class="cellrowborder" valign="top" width="19.801980198019802%" id="mcps1.3.2.2.2.5.1.1"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p12549899214">Parameter</p> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_table155461191218" frame="border" border="1" rules="all"><caption><b>Table 1 </b><strong id="modelarts_04_0187__en-us_topic_0180094078_b245720451917">VisualizationJob</strong> request parameters</caption><thead align="left"><tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row254817912212"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.2.2.5.1.1"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p12549899214">Parameter</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="13.861386138613863%" id="mcps1.3.2.2.2.5.1.2"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p3552101193813">Mandatory</p> <th align="left" class="cellrowborder" valign="top" width="14.000000000000002%" id="mcps1.3.2.2.2.5.1.2"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p3552101193813">Mandatory</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="11.881188118811881%" id="mcps1.3.2.2.2.5.1.3"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p1755169172118">Type</p> <th align="left" class="cellrowborder" valign="top" width="13%" id="mcps1.3.2.2.2.5.1.3"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p1755169172118">Type</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="54.45544554455446%" id="mcps1.3.2.2.2.5.1.4"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p55521998211">Description</p> <th align="left" class="cellrowborder" valign="top" width="54%" id="mcps1.3.2.2.2.5.1.4"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p55521998211">Description</p>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody><tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row8893215413"><td class="cellrowborder" valign="top" width="19.801980198019802%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p6891421842">modelarts_session</p> <tbody><tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row8893215413"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p6891421842">modelarts_session</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p68972047">Yes</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p68972047">Yes</p>
</td> </td>
<td class="cellrowborder" valign="top" width="11.881188118811881%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p158912219419">Object</p> <td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p158912219419">Object</p>
</td> </td>
<td class="cellrowborder" valign="top" width="54.45544554455446%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p1689152543">Session object. For details about the initialization method, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p> <td class="cellrowborder" valign="top" width="54%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p1689152543">Session object. For details about the initialization method, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row197933582219"><td class="cellrowborder" valign="top" width="19.801980198019802%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p9118145011917">visualization_id</p> <tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row197933582219"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p9118145011917">visualization_id</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p196751771039">Yes</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p196751771039">Yes</p>
</td> </td>
<td class="cellrowborder" valign="top" width="11.881188118811881%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p8675972311">String</p> <td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p8675972311">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="54.45544554455446%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p212635661310">ID of a visualization job</p> <td class="cellrowborder" valign="top" width="54%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p212635661310">ID of a visualization job</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_table55928961173927" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="modelarts_04_0187__en-us_topic_0180094078_b48951138459">restart_visualization_job</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row40618446173927"><th align="left" class="cellrowborder" valign="top" width="19.801980198019802%" id="mcps1.3.2.3.2.4.1.1"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p1631242217407">Parameter</p> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_table55928961173927" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="modelarts_04_0187__en-us_topic_0180094078_b48951138459">restart_visualization_job</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row40618446173927"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.3.2.4.1.1"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p1631242217407">Parameter</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="13.861386138613863%" id="mcps1.3.2.3.2.4.1.2"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p5427574117407">Type</p> <th align="left" class="cellrowborder" valign="top" width="14.000000000000002%" id="mcps1.3.2.3.2.4.1.2"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p5427574117407">Type</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="66.33663366336634%" id="mcps1.3.2.3.2.4.1.3"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p3425893817407">Description</p> <th align="left" class="cellrowborder" valign="top" width="67%" id="mcps1.3.2.3.2.4.1.3"><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p3425893817407">Description</p>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody><tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row11062410173927"><td class="cellrowborder" valign="top" width="19.801980198019802%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p688954611624">error_code</p> <tbody><tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row11062410173927"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p688954611624">error_code</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p3804851211624">String</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p3804851211624">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="66.33663366336634%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p441111811181">Error code when the API fails to be called. For details, see .</p> <td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p441111811181">Error code when the API fails to be called. For details, see <a href="https://docs.otc.t-systems.com/modelarts/api-ref/common_parameters/error_codes.html" target="_blank" rel="noopener noreferrer">Error Codes</a> in <em id="modelarts_04_0187__i05352053153817">ModelArts API Reference</em>.</p>
<p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p6203060911624">This parameter is not included when the API call succeeds.</p> <p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p6203060911624">This parameter is not included when the API call succeeds.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row52351653173927"><td class="cellrowborder" valign="top" width="19.801980198019802%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p4368550411624">error_msg</p> <tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row52351653173927"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p4368550411624">error_msg</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p6574380911624">String</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p6574380911624">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="66.33663366336634%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p582318341089">Error message when the API call fails.</p> <td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p582318341089">Error message when the API call fails.</p>
<p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p2364831411624">This parameter is not included when the API call succeeds.</p> <p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p2364831411624">This parameter is not included when the API call succeeds.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row2051918101459"><td class="cellrowborder" valign="top" width="19.801980198019802%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p123221015210">is_success</p> <tr id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_row2051918101459"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p123221015210">is_success</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p923219101219">Boolean</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p923219101219">Boolean</p>
</td> </td>
<td class="cellrowborder" valign="top" width="66.33663366336634%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p14433359122514">Whether the API call succeeds</p> <td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0187__en-us_topic_0180094078_en-us_topic_0170904412_p14433359122514">Whether the API call succeeds</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -1,7 +1,7 @@
<a name="modelarts_04_0188"></a><a name="modelarts_04_0188"></a> <a name="modelarts_04_0188"></a><a name="modelarts_04_0188"></a>
<h1 class="topictitle1">Deleting a Visualization Job</h1> <h1 class="topictitle1">Deleting a Visualization Job</h1>
<div id="body8662426"><div class="section" id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_section35881040102516"><h4 class="sectiontitle">Sample Code</h4><p id="modelarts_04_0188__en-us_topic_0180094079_p17169229174611">In the ModelArts notebook instance, you do not need to enter authentication parameters for session authentication. For details about session authentication of other development environments, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p> <div id="body8662426"><div class="section" id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_section35881040102516"><h4 class="sectiontitle">Sample Code</h4><p id="modelarts_04_0188__en-us_topic_0180094079_p17169229174611">In ModelArts notebook, you do not need to enter authentication parameters for session authentication. For details about session authentication of other development environments, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p>
<ul id="modelarts_04_0188__en-us_topic_0180094079_ul68838466811"><li id="modelarts_04_0188__en-us_topic_0180094079_li1088315466815">Method 1: Delete a visualization job based on the specified <strong id="modelarts_04_0188__en-us_topic_0180094079_b17985155211214">visualization_id</strong>.<div class="codecoloring" codetype="Python" id="modelarts_04_0188__en-us_topic_0180094079_screen6670193498"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span> <ul id="modelarts_04_0188__en-us_topic_0180094079_ul68838466811"><li id="modelarts_04_0188__en-us_topic_0180094079_li1088315466815">Method 1: Delete a visualization job based on the specified <strong id="modelarts_04_0188__en-us_topic_0180094079_b17985155211214">visualization_id</strong>.<div class="codecoloring" codetype="Python" id="modelarts_04_0188__en-us_topic_0180094079_screen6670193498"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span>
<span class="normal">2</span> <span class="normal">2</span>
<span class="normal">3</span> <span class="normal">3</span>
@ -27,67 +27,67 @@
</li></ul> </li></ul>
</div> </div>
<div class="section" id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_section85751315416"><h4 class="sectiontitle">Parameter Description</h4> <div class="section" id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_section85751315416"><h4 class="sectiontitle">Parameter Description</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_table155461191218" frame="border" border="1" rules="all"><caption><b>Table 1 </b><strong id="modelarts_04_0188__en-us_topic_0180094079_b18518181532">VisualizationJob</strong> request parameters</caption><thead align="left"><tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row254817912212"><th align="left" class="cellrowborder" valign="top" width="18.81188118811881%" id="mcps1.3.2.2.2.5.1.1"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p12549899214">Parameter</p> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_table155461191218" frame="border" border="1" rules="all"><caption><b>Table 1 </b><strong id="modelarts_04_0188__en-us_topic_0180094079_b18518181532">VisualizationJob</strong> request parameters</caption><thead align="left"><tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row254817912212"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.2.2.5.1.1"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p12549899214">Parameter</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="13.861386138613863%" id="mcps1.3.2.2.2.5.1.2"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p3552101193813">Mandatory</p> <th align="left" class="cellrowborder" valign="top" width="14.000000000000002%" id="mcps1.3.2.2.2.5.1.2"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p3552101193813">Mandatory</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="11.881188118811881%" id="mcps1.3.2.2.2.5.1.3"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p1755169172118">Type</p> <th align="left" class="cellrowborder" valign="top" width="13%" id="mcps1.3.2.2.2.5.1.3"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p1755169172118">Type</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="55.44554455445545%" id="mcps1.3.2.2.2.5.1.4"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p55521998211">Description</p> <th align="left" class="cellrowborder" valign="top" width="54%" id="mcps1.3.2.2.2.5.1.4"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p55521998211">Description</p>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody><tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row8893215413"><td class="cellrowborder" valign="top" width="18.81188118811881%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p6891421842">modelarts_session</p> <tbody><tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row8893215413"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p6891421842">modelarts_session</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p68972047">Yes</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p68972047">Yes</p>
</td> </td>
<td class="cellrowborder" valign="top" width="11.881188118811881%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p158912219419">Object</p> <td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p158912219419">Object</p>
</td> </td>
<td class="cellrowborder" valign="top" width="55.44554455445545%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p1689152543">Session object. For details about the initialization method, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p> <td class="cellrowborder" valign="top" width="54%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p1689152543">Session object. For details about the initialization method, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row197933582219"><td class="cellrowborder" valign="top" width="18.81188118811881%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p9118145011917">visualization_id</p> <tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row197933582219"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p9118145011917">visualization_id</p>
</td> </td>
<td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p196751771039">Yes</p> <td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p196751771039">Yes</p>
</td> </td>
<td class="cellrowborder" valign="top" width="11.881188118811881%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p8675972311">String</p> <td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p8675972311">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="55.44554455445545%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p212635661310">ID of a visualization job</p> <td class="cellrowborder" valign="top" width="54%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p212635661310">ID of a visualization job</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_table55928961173927" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="modelarts_04_0188__en-us_topic_0180094079_b1068412333435">delete_visualization_job</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row40618446173927"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.3.2.4.1.1"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p1631242217407">Parameter</p> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_table55928961173927" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="modelarts_04_0188__en-us_topic_0180094079_b1068412333435">delete_visualization_job</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row40618446173927"><th align="left" class="cellrowborder" valign="top" width="19.191919191919194%" id="mcps1.3.2.3.2.4.1.1"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p1631242217407">Parameter</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="14.000000000000002%" id="mcps1.3.2.3.2.4.1.2"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p5427574117407">Type</p> <th align="left" class="cellrowborder" valign="top" width="13.131313131313133%" id="mcps1.3.2.3.2.4.1.2"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p5427574117407">Type</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="67%" id="mcps1.3.2.3.2.4.1.3"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p3425893817407">Description</p> <th align="left" class="cellrowborder" valign="top" width="67.67676767676768%" id="mcps1.3.2.3.2.4.1.3"><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p3425893817407">Description</p>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody><tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row11062410173927"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p688954611624">error_code</p> <tbody><tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row11062410173927"><td class="cellrowborder" valign="top" width="19.191919191919194%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p688954611624">error_code</p>
</td> </td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p3804851211624">String</p> <td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p3804851211624">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p159339716183">Error code when the API fails to be called. For details, see .</p> <td class="cellrowborder" valign="top" width="67.67676767676768%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p159339716183">Error code when the API fails to be called. For details, see <a href="https://docs.otc.t-systems.com/modelarts/api-ref/common_parameters/error_codes.html" target="_blank" rel="noopener noreferrer">Error Codes</a> in <em id="modelarts_04_0188__i2921849103911">ModelArts API Reference</em>.</p>
<p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p6203060911624">This parameter is not included when the API call succeeds.</p> <p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p6203060911624">This parameter is not included when the API call succeeds.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row52351653173927"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p4368550411624">error_msg</p> <tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row52351653173927"><td class="cellrowborder" valign="top" width="19.191919191919194%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p4368550411624">error_msg</p>
</td> </td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p6574380911624">String</p> <td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p6574380911624">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p1147416271089">Error message when the API call fails.</p> <td class="cellrowborder" valign="top" width="67.67676767676768%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p1147416271089">Error message when the API call fails.</p>
<p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p2364831411624">This parameter is not included when the API call succeeds.</p> <p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p2364831411624">This parameter is not included when the API call succeeds.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row32883268511"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p123221015210">is_success</p> <tr id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_row32883268511"><td class="cellrowborder" valign="top" width="19.191919191919194%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p123221015210">is_success</p>
</td> </td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p923219101219">Boolean</p> <td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p923219101219">Boolean</p>
</td> </td>
<td class="cellrowborder" valign="top" width="67%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p14433359122514">Whether the API call succeeds</p> <td class="cellrowborder" valign="top" width="67.67676767676768%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0188__en-us_topic_0180094079_en-us_topic_0170904413_p14433359122514">Whether the API call succeeds</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -5,7 +5,7 @@
</div> </div>
<div> <div>
<ul class="ullinks"> <ul class="ullinks">
<li class="ulchildlink"><strong><a href="modelarts_04_0190.html">Querying a Built-in Algorithm</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0190.html">Obtaining a Built-in Algorithm</a></strong><br>
</li> </li>
<li class="ulchildlink"><strong><a href="modelarts_04_0191.html">Querying the List of Resource Flavors</a></strong><br> <li class="ulchildlink"><strong><a href="modelarts_04_0191.html">Querying the List of Resource Flavors</a></strong><br>
</li> </li>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -248,33 +248,33 @@
</table> </table>
</div> </div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_table55928961173927" frame="border" border="1" rules="all"><caption><b>Table 4 </b><strong id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_b55653575916">update_service_config</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_row40618446173927"><th align="left" class="cellrowborder" valign="top" width="12.871287128712872%" id="mcps1.3.6.2.5.1.1"><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p1631242217407">Parameter</p> <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_table55928961173927" frame="border" border="1" rules="all"><caption><b>Table 4 </b><strong id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_b55653575916">update_service_config</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_row40618446173927"><th align="left" class="cellrowborder" valign="top" width="13.861386138613863%" id="mcps1.3.6.2.5.1.1"><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p1631242217407">Parameter</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="14.85148514851485%" id="mcps1.3.6.2.5.1.2"><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p4623781817407">Mandatory</p> <th align="left" class="cellrowborder" valign="top" width="12.871287128712872%" id="mcps1.3.6.2.5.1.2"><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p4623781817407">Mandatory</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="11.881188118811881%" id="mcps1.3.6.2.5.1.3"><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p5427574117407">Type</p> <th align="left" class="cellrowborder" valign="top" width="13.861386138613863%" id="mcps1.3.6.2.5.1.3"><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p5427574117407">Type</p>
</th> </th>
<th align="left" class="cellrowborder" valign="top" width="60.396039603960396%" id="mcps1.3.6.2.5.1.4"><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p3425893817407">Description</p> <th align="left" class="cellrowborder" valign="top" width="59.4059405940594%" id="mcps1.3.6.2.5.1.4"><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p3425893817407">Description</p>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody><tr id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_row11062410173927"><td class="cellrowborder" valign="top" width="12.871287128712872%" headers="mcps1.3.6.2.5.1.1 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p688954611624">error_code</p> <tbody><tr id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_row11062410173927"><td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.6.2.5.1.1 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p688954611624">error_code</p>
</td> </td>
<td class="cellrowborder" valign="top" width="14.85148514851485%" headers="mcps1.3.6.2.5.1.2 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p2118234711624">Yes</p> <td class="cellrowborder" valign="top" width="12.871287128712872%" headers="mcps1.3.6.2.5.1.2 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p2118234711624">Yes</p>
</td> </td>
<td class="cellrowborder" valign="top" width="11.881188118811881%" headers="mcps1.3.6.2.5.1.3 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p3804851211624">String</p> <td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.6.2.5.1.3 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p3804851211624">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="60.396039603960396%" headers="mcps1.3.6.2.5.1.4 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p1933601371920">Error code when the API call fails.</p> <td class="cellrowborder" valign="top" width="59.4059405940594%" headers="mcps1.3.6.2.5.1.4 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p1933601371920">Error code when the API call fails.</p>
<p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p6203060911624">This parameter is not included when the API call succeeds.</p> <p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p6203060911624">This parameter is not included when the API call succeeds.</p>
</td> </td>
</tr> </tr>
<tr id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_row52351653173927"><td class="cellrowborder" valign="top" width="12.871287128712872%" headers="mcps1.3.6.2.5.1.1 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p4368550411624">error_msg</p> <tr id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_row52351653173927"><td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.6.2.5.1.1 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p4368550411624">error_msg</p>
</td> </td>
<td class="cellrowborder" valign="top" width="14.85148514851485%" headers="mcps1.3.6.2.5.1.2 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p4886491211624">Yes</p> <td class="cellrowborder" valign="top" width="12.871287128712872%" headers="mcps1.3.6.2.5.1.2 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p4886491211624">Yes</p>
</td> </td>
<td class="cellrowborder" valign="top" width="11.881188118811881%" headers="mcps1.3.6.2.5.1.3 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p6574380911624">String</p> <td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.6.2.5.1.3 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p6574380911624">String</p>
</td> </td>
<td class="cellrowborder" valign="top" width="60.396039603960396%" headers="mcps1.3.6.2.5.1.4 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p144278131194">Error message when the API call fails.</p> <td class="cellrowborder" valign="top" width="59.4059405940594%" headers="mcps1.3.6.2.5.1.4 "><p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p144278131194">Error message when the API call fails.</p>
<p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p2364831411624">This parameter is not included when the API call succeeds.</p> <p id="modelarts_04_0207__en-us_topic_0180094090_en-us_topic_0160622887_p2364831411624">This parameter is not included when the API call succeeds.</p>
</td> </td>
</tr> </tr>