mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Update src/ocean/OceanCompute.ts
Co-Authored-By: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
parent
11a146b0ac
commit
091a75e05e
@ -134,7 +134,7 @@ export class OceanCompute extends Instantiable {
|
||||
* @param {string} agreementId The service agreement ID.
|
||||
* @param {string} algorithmDid The DID of the algorithm asset (of type `algorithm`) to run on the asset.
|
||||
* @param {MetaData} algorithmMeta Metadata about the algorithm being run if `algorithm` is being used. This is ignored when `algorithmDid` is specified.
|
||||
* @param {Object} output Output section used for publishing the result.
|
||||
* @param {Output} output Define algorithm output publishing. Publishing the result of a compute job is turned off by default.
|
||||
* @return {Promise<ComputeJob>} Returns compute job ID under status.jobId
|
||||
*/
|
||||
public async start(
|
||||
|
Loading…
Reference in New Issue
Block a user