doc-exports/docs/modelarts/sdk-ref/modelarts_04_0176.html
Lai, Weijian eda19245f1 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>
2023-03-20 09:32:27 +00:00

203 lines
22 KiB
HTML

<a name="modelarts_04_0176"></a><a name="modelarts_04_0176"></a>
<h1 class="topictitle1">Obtaining Training Job Configurations</h1>
<div id="body8662426"><div class="section" id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_section35881040102516"><h4 class="sectiontitle">Sample Code</h4><p id="modelarts_04_0176__en-us_topic_0180094068_p62570411449">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>
<div class="codecoloring" codetype="Python" id="modelarts_04_0176__en-us_topic_0180094068_screen18804012175815"><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">3</span>
<span class="normal">4</span></pre></div></td><td class="code"><div><pre><span></span><span class="kn">from</span> <span class="nn">modelarts.session</span> <span class="kn">import</span> <span class="n">Session</span>
<span class="kn">from</span> <span class="nn">modelarts.estimator</span> <span class="kn">import</span> <span class="n">Estimator</span>
<span class="n">session</span> <span class="o">=</span> <span class="n">Session</span><span class="p">()</span>
<span class="n">job_paras_list</span> <span class="o">=</span> <span class="n">Estimator</span><span class="o">.</span><span class="n">get_job_configs_list</span><span class="p">(</span><span class="n">modelarts_session</span><span class="o">=</span><span class="n">session</span><span class="p">,</span> <span class="n">per_page</span><span class="o">=</span><span class="mi">10</span><span class="p">,</span> <span class="n">page</span><span class="o">=</span><span class="mi">1</span><span class="p">,</span> <span class="n">sort_by</span><span class="o">=</span><span class="s2">&quot;create_time&quot;</span><span class="p">,</span> <span class="n">order</span><span class="o">=</span><span class="s2">&quot;asc&quot;</span><span class="p">,</span> <span class="n">search_content</span><span class="o">=</span><span class="s2">&quot;configname&quot;</span><span class="p">)</span>
</pre></div></td></tr></table></div>
</div>
</div>
<div class="section" id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_section0599140112517"><h4 class="sectiontitle">Parameter Description</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_table160254042515" frame="border" border="1" rules="all"><caption><b>Table 1 </b><strong id="modelarts_04_0176__en-us_topic_0180094068_b78985823814">get_job_configs_list</strong> request parameters</caption><thead align="left"><tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row141641202511"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.2.2.5.1.1"><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p11941182519">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.2.2.2.5.1.2"><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p186297590913">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="13%" id="mcps1.3.2.2.2.5.1.3"><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p611141142510">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="52%" id="mcps1.3.2.2.2.5.1.4"><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p917419250">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row811541192518"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p6891421842">modelarts_session</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p68972047">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p158912219419">Object</p>
</td>
<td class="cellrowborder" valign="top" width="52%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1689152543">Session object. For details about the initialization method, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row16195453115"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p685762812445">per_page</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1585762812442">No</p>
</td>
<td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p10857528154416">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="52%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p9857202812442">Number of job parameters displayed on each page. The value range is [1, 1000]. Default value: <strong id="modelarts_04_0176__en-us_topic_0180094068_b7525121015409">10</strong></p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row07900451112"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1785762812442">page</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p685712810442">No</p>
</td>
<td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p13857128134410">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="52%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1085717285447">Index of the page to be queried. Default value: <strong id="modelarts_04_0176__en-us_topic_0180094068_b7307115417409">1</strong></p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row116444671117"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p5857112819448">sortBy/sort_by</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p19857152817443">No</p>
</td>
<td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p68573282448">String</p>
</td>
<td class="cellrowborder" valign="top" width="52%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p17530232175418">When AK/SK-based authentication is used, the parameter name is <span class="parmvalue" id="modelarts_04_0176__en-us_topic_0180094068_parmvalue120695216388"><b>sortBy</b></span>. When account-based authentication is used, the parameter name is <span class="parmvalue" id="modelarts_04_0176__en-us_topic_0180094068_parmvalue132072052123818"><b>sort_by</b></span>. The parameter specifies the sorting mode of the query. The value can be <strong id="modelarts_04_0176__en-us_topic_0180094068_b11780165203817">job_name</strong>, <strong id="modelarts_04_0176__en-us_topic_0180094068_b9781145223820">job_desc</strong>, <strong id="modelarts_04_0176__en-us_topic_0180094068_b8781105223813">status</strong>, <strong id="modelarts_04_0176__en-us_topic_0180094068_b1978218527385">duration</strong>, <strong id="modelarts_04_0176__en-us_topic_0180094068_b17782135216382">engine_type</strong>, or <strong id="modelarts_04_0176__en-us_topic_0180094068_b147821452143818">create_time</strong>. Default value: <strong id="modelarts_04_0176__en-us_topic_0180094068_b67836526388">job_name</strong></p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row02401646131113"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p4857428104419">order</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1785712287447">No</p>
</td>
<td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p9857142824415">String</p>
</td>
<td class="cellrowborder" valign="top" width="52%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0176__en-us_topic_0180094068_p854316433589">Sorting order. The options are as follows:</p>
<ul id="modelarts_04_0176__en-us_topic_0180094068_ul14543243145817"><li id="modelarts_04_0176__en-us_topic_0180094068_li20544144335810"><span class="parmvalue" id="modelarts_04_0176__en-us_topic_0180094068_parmvalue6514324135616"><b>asc</b></span>: ascending order. It is the default value.</li><li id="modelarts_04_0176__en-us_topic_0180094068_li13544114318586"><span class="parmvalue" id="modelarts_04_0176__en-us_topic_0180094068_parmvalue1959632545620"><b>desc</b></span>: descending order</li></ul>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row204121046151111"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1885832812448">search_content</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p685812819445">No</p>
</td>
<td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p18581428184418">String</p>
</td>
<td class="cellrowborder" valign="top" width="52%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p138583282447">Search content, for example, a parameter name. By default, this parameter is left blank.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_table1356779515036" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="modelarts_04_0176__en-us_topic_0180094068_b15358106123919">get_job_configs_list</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row383867115036"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.3.2.4.1.1"><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p718647215050">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.2.3.2.4.1.2"><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p4002345415050">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="65%" id="mcps1.3.2.3.2.4.1.3"><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p2067436615050">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row14490553141818"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p6490145331812">error_msg</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p5490125331810">String</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p202231322193">Error message when the API call fails.</p>
<p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p42272291918">This parameter is not included when the API call succeeds.</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row5063781515036"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p69135715050">error_code</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p3970452715050">String</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p13548320151714">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_0176__i436574017253">ModelArts API Reference</em>.</p>
<p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p6195012715050">This parameter is not included when the API call succeeds.</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row2575894015036"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p3526294515050">config_total_count</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p3593194715050">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p2480662915050">Total number of the queried training job configurations</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row1452339915036"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p3174873015050">configs</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p6461337015050">JSON Array</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p6630051815050"><strong id="modelarts_04_0176__en-us_topic_0180094068_b3652143116429">configs</strong> parameters</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row12172155354818"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p191721653134820">is_success</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p617314533483">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1717385312483">Whether the API call succeeds</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_table4848297015115" frame="border" border="1" rules="all"><caption><b>Table 3 </b><strong id="modelarts_04_0176__en-us_topic_0180094068_b5497557104218">configs</strong> parameters</caption><thead align="left"><tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row1115152415115"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.4.2.4.1.1"><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p3510537815211">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.2.4.2.4.1.2"><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p2496335615211">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="65%" id="mcps1.3.2.4.2.4.1.3"><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p876597515211">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row2542579215115"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p126974215211">config_name</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p3574031515211">String</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p928439215211">Name of a training job parameter configuration</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row164611463206"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p15461569209">config_desc</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p114611269207">String</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p2723181819209">Description of a training job parameter configuration</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row15901367204"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p559017610207">create_time</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p159423452431">Long</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p559015617203">Time when a training job is created</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row1372019616208"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p27201361203">engine_type</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p572020610207">Short</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1272115615200">Engine type of a training job</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row1302075211"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p113013762111">engine_name</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1630772212">String</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1530147162111">Name of the engine selected for a training job</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row1020110714214"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p72011717219">engine_id</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p6201674216">Long</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p8201187142115">ID of the engine selected for a training job</p>
</td>
</tr>
<tr id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_row965011210221"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p365072142218">engine_version</p>
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1065032111229">String</p>
</td>
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0176__en-us_topic_0180094068_en-us_topic_0170904402_p1529383512229">Version of the engine selected for a training job</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="modelarts_04_0173.html">Training Job Parameter Configuration</a></div>
</div>
</div>