1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00

GITBOOK-587: Adding description of compute to data options on DDO page

This commit is contained in:
Jamie Hewitt 2023-06-21 16:50:40 +00:00 committed by gitbook-bot
parent 5381386d95
commit e9c16215bc
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -34,7 +34,7 @@ Services ||--|{ ConsumerParameters : contains
## Required Attributes ### Required Attributes
A DDO in Ocean has these required attributes: A DDO in Ocean has these required attributes:
@ -177,7 +177,7 @@ A DDO in Ocean has these required attributes:
</details> </details>
## Metadata ### Metadata
This object holds information describing the actual asset. This object holds information describing the actual asset.
@ -447,3 +447,13 @@ The `stats` section contains different statistics fields.
``` ```
</details> </details>
### Compute to data
For algorithms and datasets that are used for compute to data, there are additional fields and objects within the DDO structure that you need to consider. These include:&#x20;
* `compute` attributes.
* `publisherTrustedAlgorithms`
* `consumerParameters`
Details for each of these are explained on the [Compute Options page](compute-to-data/compute-options.md).