Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 5e79615

Browse files
exdxsanfilip
authored andcommitted
release v0.1.11
1 parent 5b82f06 commit 5e79615

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+280
-77
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="jobs.h
4646

4747

4848
<section class="readme">
49-
<article><h1 id="paperspace-api-v0-1-10-">Paperspace API (v0.1.10)</h1>
49+
<article><h1 id="paperspace-api-v0-1-11-">Paperspace API (v0.1.11)</h1>
5050
<p><img src="https://user-images.githubusercontent.com/585865/27562775-26b8acc6-5a9c-11e7-8270-2b80ca895bc5.png" alt="image"></p>
5151
<hr>
5252
<p><strong>Heads up! This project is under construction!</strong> We welcome your bug reports and suggestions via GitHub Issues!</p>
@@ -163,7 +163,7 @@ <h2 id="copyright">Copyright</h2>
163163
<br class="clear">
164164

165165
<footer>
166-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 25 2018 01:17:36 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
166+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 09 2018 18:00:52 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
167167
</footer>
168168

169169
<script>prettyPrint();</script>

docs/jobs.html

Lines changed: 168 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ <h4 class="name" id=".create"><span class="type-signature">(static) </span>creat
13191319

13201320
<dt class="tag-source">Source:</dt>
13211321
<dd class="tag-source"><ul class="dummy"><li>
1322-
<a href="jobs_create.js.html">jobs/create.js</a>, <a href="jobs_create.js.html#line18">line 18</a>
1322+
<a href="jobs_create.js.html">jobs/create.js</a>, <a href="jobs_create.js.html#line19">line 19</a>
13231323
</li></ul></dd>
13241324

13251325

@@ -1524,6 +1524,72 @@ <h6>Properties</h6>
15241524

15251525

15261526

1527+
<tr>
1528+
1529+
<td class="name"><code>cluster</code></td>
1530+
1531+
1532+
<td class="type">
1533+
1534+
1535+
<span class="param-type">string</span>
1536+
1537+
1538+
1539+
</td>
1540+
1541+
1542+
<td class="attributes">
1543+
1544+
&lt;optional><br>
1545+
1546+
1547+
1548+
1549+
1550+
</td>
1551+
1552+
1553+
1554+
1555+
<td class="description last"><p>An optional cluster name of a cluster to run the job on. Only one of cluster or clusterId may be specified.</p></td>
1556+
</tr>
1557+
1558+
1559+
1560+
<tr>
1561+
1562+
<td class="name"><code>clusterId</code></td>
1563+
1564+
1565+
<td class="type">
1566+
1567+
1568+
<span class="param-type">string</span>
1569+
1570+
1571+
1572+
</td>
1573+
1574+
1575+
<td class="attributes">
1576+
1577+
&lt;optional><br>
1578+
1579+
1580+
1581+
1582+
1583+
</td>
1584+
1585+
1586+
1587+
1588+
<td class="description last"><p>An optional cluster id of a cluster to run the job on. Only one of cluster or clusterId may be specified.</p></td>
1589+
</tr>
1590+
1591+
1592+
15271593
<tr>
15281594

15291595
<td class="name"><code>machineType</code></td>
@@ -1552,7 +1618,7 @@ <h6>Properties</h6>
15521618

15531619

15541620

1555-
<td class="description last"><p>An optional machine type to run the job on: either 'GPU+', 'P4000', 'P5000', 'P6000', 'V100', 'K80', 'P100', or 'TPU'.<p>Defaults to 'K80'. <P>Note: the 'K80', 'P100', and 'TPU' machineTypes run on Google Cloud Platform (GCP). The other machineTypes run on the Paperspace Cloud. Google Cloud platform and Paperspace Cloud have distict Job Storage spaces; Job storage is not currently shared between these two cloud environments.</p></td>
1621+
<td class="description last"><p>An optional machine type to run the job on: either 'GPU+', 'P4000', 'P5000', 'P6000', 'V100', 'K80', 'P100', 'TPU', or 'GradientNode'.<p>Defaults to 'K80'. <P>Note: the 'K80', 'P100', and 'TPU' machineTypes run on Google Cloud Platform (GCP). The other machineTypes run on the Paperspace Cloud. Google Cloud platform and Paperspace Cloud have distict Job Storage spaces; Job storage is not currently shared between these two cloud environments.</p></td>
15561622
</tr>
15571623

15581624

@@ -1722,6 +1788,39 @@ <h6>Properties</h6>
17221788

17231789

17241790

1791+
<tr>
1792+
1793+
<td class="name"><code>codeCommit</code></td>
1794+
1795+
1796+
<td class="type">
1797+
1798+
1799+
<span class="param-type">string</span>
1800+
1801+
1802+
1803+
</td>
1804+
1805+
1806+
<td class="attributes">
1807+
1808+
&lt;optional><br>
1809+
1810+
1811+
1812+
1813+
1814+
</td>
1815+
1816+
1817+
1818+
1819+
<td class="description last"><p>An optional reference to git commit hash if local workspace is a git repository. Found at runtime.</p></td>
1820+
</tr>
1821+
1822+
1823+
17251824
<tr>
17261825

17271826
<td class="name"><code>dataset</code></td>
@@ -1920,6 +2019,72 @@ <h6>Properties</h6>
19202019

19212020

19222021

2022+
<tr>
2023+
2024+
<td class="name"><code>sharedMemMBytes</code></td>
2025+
2026+
2027+
<td class="type">
2028+
2029+
2030+
<span class="param-type">number</span>
2031+
2032+
2033+
2034+
</td>
2035+
2036+
2037+
<td class="attributes">
2038+
2039+
&lt;optional><br>
2040+
2041+
2042+
2043+
2044+
2045+
</td>
2046+
2047+
2048+
2049+
2050+
<td class="description last"><p>Optional; shared memory size for the job container in megabytes (1 megabyte = 1024 * 1024 bytes). Cannot exceed total memory size for the given machine type.</p></td>
2051+
</tr>
2052+
2053+
2054+
2055+
<tr>
2056+
2057+
<td class="name"><code>nodeAttrs</code></td>
2058+
2059+
2060+
<td class="type">
2061+
2062+
2063+
<span class="param-type">number</span>
2064+
2065+
2066+
2067+
</td>
2068+
2069+
2070+
<td class="attributes">
2071+
2072+
&lt;optional><br>
2073+
2074+
2075+
2076+
2077+
2078+
</td>
2079+
2080+
2081+
2082+
2083+
<td class="description last"><p>Optional; a JSON expression describing the node attributes for a compatible GradientNode machine to run this job. See the Gradient-Node documentation for more info.</p></td>
2084+
</tr>
2085+
2086+
2087+
19232088
<tr>
19242089

19252090
<td class="name"><code>tail</code></td>
@@ -4535,7 +4700,7 @@ <h5>Returns:</h5>
45354700
<br class="clear">
45364701

45374702
<footer>
4538-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 25 2018 01:17:36 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
4703+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 09 2018 18:00:52 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
45394704
</footer>
45404705

45414706
<script>prettyPrint();</script>

docs/jobs_artifactsDestroy.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h1 class="page-title">jobs/artifactsDestroy.js</h1>
102102
<br class="clear">
103103

104104
<footer>
105-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 25 2018 01:17:36 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
105+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 09 2018 18:00:52 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
106106
</footer>
107107

108108
<script>prettyPrint();</script>

docs/jobs_artifactsGet.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h1 class="page-title">jobs/artifactsGet.js</h1>
280280
<br class="clear">
281281

282282
<footer>
283-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 25 2018 01:17:36 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
283+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 09 2018 18:00:52 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
284284
</footer>
285285

286286
<script>prettyPrint();</script>

docs/jobs_artifactsList.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h1 class="page-title">jobs/artifactsList.js</h1>
133133
<br class="clear">
134134

135135
<footer>
136-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 25 2018 01:17:36 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
136+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 09 2018 18:00:52 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
137137
</footer>
138138

139139
<script>prettyPrint();</script>

docs/jobs_clone.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h1 class="page-title">jobs/clone.js</h1>
130130
<br class="clear">
131131

132132
<footer>
133-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 25 2018 01:17:36 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
133+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Nov 09 2018 18:00:52 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
134134
</footer>
135135

136136
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)