This commit is contained in:
mihaisc 2022-09-13 16:18:07 +03:00
parent d735797284
commit c79779528e
1 changed files with 5 additions and 5 deletions

View File

@ -298,7 +298,7 @@ This only concerns metadata about a file, but never the file URLs. The only way
An asset with a service of `type` `compute` has the following additional attributes under the `compute` object. This object is required if the asset is of `type` `compute`, but can be omitted for `type` of `access`.
| Attribute | Type | Required | Description |
| Attribute | Type | Required | Description                        |
| ------------------------------ | -------- | -------- | ----------------------------------------------------------- |
| `allowRawAlgorithm` | `boolean` | **✓** | If `true`, any passed raw text will be allowed to run. Useful for an algorithm drag & drop use case, but increases risk of data escape through malicious user input. Should be `false` by default in all implementations. |
| `allowNetworkAccess` | `boolean` | **✓** | If `true`, the algorithm job will have network access. |