@coherentglobal/spark-execute-sdk 0.4.18 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/browser.js +4813 -2432
- package/package.json +3 -3
- package/src/node.js +9 -4
- package/src/resolver/externalResolver.js +160 -28
- package/src/validate.js +1 -0
- package/types/resolver/externalResolver.d.ts.map +1 -1
package/README.md
CHANGED
|
@@ -26,6 +26,7 @@ yarn add @coherentglobal/spark-execute-sdk
|
|
|
26
26
|
|
|
27
27
|
```js
|
|
28
28
|
const config = {
|
|
29
|
+
parallel: 1, // parallel (threads) to be used to run the model in parallel
|
|
29
30
|
sparkEndpoint: {
|
|
30
31
|
url: "https://excel.dev.coherent.global", // Spark Endpoint to be used to run model using Spark SaaS
|
|
31
32
|
tenant: "tenant", // Spark tenant name
|