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 cdfab98 commit 638daecCopy full SHA for 638daec
docs/source/user_guide/jobs/run_python.rst
@@ -14,16 +14,6 @@ Here is an example to define and run a job using :py:class:`~ads.jobs.PythonRunt
14
15
.. include:: ../jobs/tabs/python_runtime.rst
16
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
27
The :py:class:`~ads.jobs.PythonRuntime` uses an driver script from ADS for the job run.
28
It performs additional operations before and after invoking your code.
29
You can examine the driver script by downloading the job artifact from the OCI Console.
0 commit comments