doc-exports/docs/modelarts/sdk-ref/modelarts_04_0190.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

200 lines
20 KiB
HTML

<a name="modelarts_04_0190"></a><a name="modelarts_04_0190"></a>
<h1 class="topictitle1">Obtaining a Built-in Algorithm</h1>
<div id="body8662426"><div class="section" id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_section35881040102516"><h4 class="sectiontitle">Sample Code</h4><p id="modelarts_04_0190__en-us_topic_0180094059_p293314432460">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_0190__en-us_topic_0180094059_screen26905561793"><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">algo_info</span> <span class="o">=</span> <span class="n">Estimator</span><span class="o">.</span><span class="n">get_built_in_algorithms</span><span class="p">(</span><span class="n">modelarts_session</span><span class="o">=</span><span class="n">session</span><span class="p">)</span>
</pre></div></td></tr></table></div>
</div>
</div>
<div class="section" id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_section85751315416"><h4 class="sectiontitle">Parameter Description</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_table160254042515" frame="border" border="1" rules="all"><caption><b>Table 1 </b><strong id="modelarts_04_0190__en-us_topic_0180094059_b6382173512232">get_built_in_algorithms</strong> request parameters</caption><thead align="left"><tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row141641202511"><th align="left" class="cellrowborder" valign="top" width="18.81188118811881%" id="mcps1.3.2.2.2.5.1.1"><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p11941182519">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="15.841584158415841%" id="mcps1.3.2.2.2.5.1.2"><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p1633818161270">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="13.861386138613863%" id="mcps1.3.2.2.2.5.1.3"><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p611141142510">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="51.48514851485149%" id="mcps1.3.2.2.2.5.1.4"><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p917419250">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row811541192518"><td class="cellrowborder" valign="top" width="18.81188118811881%" headers="mcps1.3.2.2.2.5.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p6891421842">modelarts_session</p>
</td>
<td class="cellrowborder" valign="top" width="15.841584158415841%" headers="mcps1.3.2.2.2.5.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p68972047">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.2.2.2.5.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p158912219419">Object</p>
</td>
<td class="cellrowborder" valign="top" width="51.48514851485149%" headers="mcps1.3.2.2.2.5.1.4 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p1689152543">Session object. For details about the initialization method, see <a href="modelarts_04_0123.html">Session Authentication</a>.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_table10251721151647" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="modelarts_04_0190__en-us_topic_0180094059_b425392951417">get_built_in_algorithms</strong> response parameters</caption><thead align="left"><tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row15309029151647"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.3.2.4.1.1"><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p65700341151710">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="15%" id="mcps1.3.2.3.2.4.1.2"><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p19705789151710">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="66%" id="mcps1.3.2.3.2.4.1.3"><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p52665086151710">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row1448237123714"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p345014371371">error_msg</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p10450193773712">String</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p3522846113715">Error message when the API call fails.</p>
<p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p105221346153718">This parameter is not included when the API call succeeds.</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row25921437151647"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p33480290151710">error_code</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p16871445151710">String</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p1405101120171">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_0190__i8773155316403">ModelArts API Reference</em>.</p>
<p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p24409838151710">This parameter is not included when the API call succeeds.</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row42648418151647"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p28920610151710">model_total_count</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p31366462151710">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p57655513151710">Number of models</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row43296194151733"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p66301595151759">models</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p5112767151759">JSON Array</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p11481022151759">Parameter list of a model</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row14440115003510"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.3.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p2044145010357">is_success</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.3.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p244185073510">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.3.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p14433359122514">Whether the API call succeeds</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_table202218353427" frame="border" border="1" rules="all"><caption><b>Table 3 </b><strong id="modelarts_04_0190__b4511424191917">models</strong> parameters</caption><thead align="left"><tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row222518357421"><th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.2.4.2.4.1.1"><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p122643519428">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="15%" id="mcps1.3.2.4.2.4.1.2"><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p122743594212">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="66%" id="mcps1.3.2.4.2.4.1.3"><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p16229163574212">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row9229143544214"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p7230183504215">model_id</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p82301935204213">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p2023218354427">Model ID</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row1523263515429"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p162331235104217">model_name</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p1523593534217">String</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p10236163574219">Model name</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row32361735194219"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p11237035134212">model_usage</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p1023863544219">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p43706384151558">Model usage. The options are as follows:</p>
<ul id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_ul57813138151558"><li id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_li50556195151558"><strong id="modelarts_04_0190__b145222491916">1</strong>: image classification</li><li id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_li52352572151558"><strong id="modelarts_04_0190__b1152152418194">2</strong>: object class and location</li><li id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_li1411102151558"><strong id="modelarts_04_0190__b1852172419192">3</strong>: image semantic segmentation</li><li id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_li12699922151558"><strong id="modelarts_04_0190__b1552152431912">4</strong>: natural language processing</li></ul>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row1024620358429"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p5247123518428">model_precision</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p1424853534219">String</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p11250183544220">Model precision</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row825163514421"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p10253103504220">model_size</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p122544353421">Long</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p11256103564217">Model size, in bytes</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row1125633512427"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p17257173564217">model_train_dataset</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p1825843544210">String</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p15259173534210">Model training dataset</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row1926015352427"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p0261103516428">model_dataset_format</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p2262113516425">String</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p1926353554213">Dataset format required by a model</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row1026315358423"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p18264835104217">model_description_url</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p326515353427">String</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p4267335184217">URL of the model description</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row2267635114213"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p426818353427">parameter</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p72691335124214">JSON Array</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p13271153544215">Running parameters of a model. It is a collection of label-value pairs. This parameter is a container environment variable when a job uses a custom image. For details, see the sample request.</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row1027243513426"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p52736358424">create_time</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p127413511426">Long</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p52751335134218">Time when a model is created</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row627663519429"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p9277135154218">engine_id</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p9281163514213">Long</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p32821435124210">Engine ID of a model</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row1328223517425"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p328318358425">engine_name</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p172852357429">String</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p1288135194217">Engine name of a model</p>
</td>
</tr>
<tr id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_row62891735184216"><td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.2.4.2.4.1.1 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p19290335184211">engine_version</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.2.4.2.4.1.2 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p329114359422">String</p>
</td>
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.2.4.2.4.1.3 "><p id="modelarts_04_0190__en-us_topic_0180094059_en-us_topic_0170904395_p129263517421">Engine version of a model</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="modelarts_04_0189.html">Resource and Engine Specifications</a></div>
</div>
</div>