Skip to content

Commit a4a148b

Browse files
committed
Add example job input file
1 parent cc9ef60 commit a4a148b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

example_job_input.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
parameters: {
2+
"input_filename": {
3+
"url": [ "https://raw.githubusercontent.com/unity-sds/unity-example-application/main/process.ipynb" ]
4+
},
5+
"line_offset": 42,
6+
}
7+
stage_out: {
8+
"s3_url": "my_bogus_bucket"
9+
}

0 commit comments

Comments
 (0)