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 46da9a4 commit 3b92fa2Copy full SHA for 3b92fa2
docs/source/user_guide/jobs/run_notebook.rst
@@ -35,7 +35,7 @@ Download the Outputs
35
If you specify the output location using :py:meth:`~ads.jobs.NotebookRuntime.with_output`.
36
All files in the working directory, including the notebook with outputs,
37
will be saved to output location (``oci://bucket_name@namespace/path/to/dir``) after the job finishes running.
38
-You can download the output by calling the :py:meth:`~ads.jobs.NotebookRuntime.download` method.
+You can download the output by calling the :py:meth:`~ads.jobs.Job.download` method.
39
40
Exclude Cells
41
=============
0 commit comments