diff --git a/ComputeExamples.md b/ComputeExamples.md index 250c169d..15540893 100644 --- a/ComputeExamples.md +++ b/ComputeExamples.md @@ -274,6 +274,7 @@ let resolvedDatasetDdo: DDO let resolvedAlgorithmDdo: DDO let computeJobId: string +let agreementId: string ``` ### 4.3 Helper methods @@ -654,6 +655,8 @@ Let's have 5 minute of compute access algo ) + console.log('COMPUTE JOBS', computeJobs) + ```