We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a057ac1 commit 56b4478Copy full SHA for 56b4478
demo-notebooks/guided-demos/1_cluster_job_client.ipynb
@@ -179,7 +179,7 @@
179
"outputs": [],
180
"source": [
181
"# Delete a job\n",
182
- "# Can run client.cancel_job(submission_id) first if job is still running\n",
+ "# Can run client.stop_job(submission_id) first if job is still running\n",
183
"client.delete_job(submission_id)"
184
]
185
},
0 commit comments