1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/docs/interfaces/ComputeJob.md
2023-05-02 18:18:30 +01:00

2.7 KiB

@oceanprotocol/lib / Exports / ComputeJob

Interface: ComputeJob

Table of contents

Properties

Properties

agreementId

Optional agreementId: string

Defined in

@types/Compute.ts:45


algoDID

Optional algoDID: string

Defined in

@types/Compute.ts:44


dateCreated

dateCreated: string

Defined in

@types/Compute.ts:38


dateFinished

dateFinished: string

Defined in

@types/Compute.ts:39


did

Optional did: string

Defined in

@types/Compute.ts:36


expireTimestamp

expireTimestamp: number

Defined in

@types/Compute.ts:46


inputDID

Optional inputDID: string[]

Defined in

@types/Compute.ts:43


jobId

jobId: string

Defined in

@types/Compute.ts:37


owner

owner: string

Defined in

@types/Compute.ts:35


results

results: ComputeResult[]

Defined in

@types/Compute.ts:42


status

status: number

Defined in

@types/Compute.ts:40


statusText

statusText: string

Defined in

@types/Compute.ts:41