Skip to content

Commit 638daec

Browse files
committed
Update run_python.rst
1 parent cdfab98 commit 638daec

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/source/user_guide/jobs/run_python.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ Here is an example to define and run a job using :py:class:`~ads.jobs.PythonRunt
1414

1515
.. include:: ../jobs/tabs/python_runtime.rst
1616

17-
.. code-block:: python
18-
19-
# Create the job on OCI Data Science
20-
job.create()
21-
# Start a job run
22-
run = job.run()
23-
# Stream the job run outputs
24-
run.watch()
25-
26-
2717
The :py:class:`~ads.jobs.PythonRuntime` uses an driver script from ADS for the job run.
2818
It performs additional operations before and after invoking your code.
2919
You can examine the driver script by downloading the job artifact from the OCI Console.

0 commit comments

Comments
 (0)