Skip to content

Commit 823ac40

Browse files
Change name to job_name
Co-authored-by: Pawel Paszki <[email protected]>
1 parent 5d2eb3a commit 823ac40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-notebooks/guided-demos/5_rayjob_lifecycled_cluster.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"outputs": [],
107107
"source": [
108108
"job = RayJob(\n",
109-
" name=\"demo-rayjob\",\n",
109+
" job_name=\"demo-rayjob\",\n",
110110
" entrypoint=\"python -c 'print(\\\"Hello from RayJob!\\\")'\",\n",
111111
" cluster_config=cluster_config,\n",
112112
" namespace=\"your-namespace\"\n",

0 commit comments

Comments
 (0)