source/api-docs/0.16/job_model.html (32 lines of code) (raw):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <link href="style.css" rel="stylesheet" type="text/css"/> <title>Thrift module: job_model</title></head><body> <div class="container-fluid"> <h1>Thrift module: job_model</h1> <table class="table-bordered table-striped table-condensed"><thead><th>Module</th><th>Services</th><th>Data types</th><th>Constants</th></thead> <tr> <td>job_model</td><td></td> <td><a href="#Struct_JobModel">JobModel</a><br/> </td> <td></code></td> </tr></table> <hr/><h2 id="Structs">Data structures</h2> <div class="definition"><h3 id="Struct_JobModel">Struct: JobModel</h3> <table class="table-bordered table-striped table-condensed"><thead><th>Key</th><th>Field</th><th>Type</th><th>Description</th><th>Requiredness</th><th>Default value</th></thead> <tr><td>1</td><td>jobId</td><td><code>string</code></td><td></td><td>required</td><td></td></tr> <tr><td>2</td><td>taskId</td><td><code>string</code></td><td></td><td>required</td><td></td></tr> <tr><td>3</td><td>processId</td><td><code>string</code></td><td></td><td>required</td><td></td></tr> <tr><td>4</td><td>jobDescription</td><td><code>string</code></td><td></td><td>required</td><td></td></tr> <tr><td>5</td><td>creationTime</td><td><code>i64</code></td><td></td><td>optional</td><td></td></tr> <tr><td>6</td><td>jobStatus</td><td><code><a href="status_models.html#Struct_JobStatus">status_models.JobStatus</a></code></td><td></td><td>optional</td><td></td></tr> <tr><td>7</td><td>computeResourceConsumed</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> <tr><td>8</td><td>jobName</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> <tr><td>9</td><td>workingDir</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> <tr><td>10</td><td>stdOut</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> <tr><td>11</td><td>stdErr</td><td><code>string</code></td><td></td><td>optional</td><td></td></tr> <tr><td>12</td><td>exitCode</td><td><code>i32</code></td><td></td><td>optional</td><td></td></tr> </table><br/></div></div></body></html>