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 b0597ed commit 207be67Copy full SHA for 207be67
docs/source/user_guide/jobs/data_science_job.rst
@@ -20,6 +20,9 @@ The runtime can be an instance of:
20
21
Here is an example to define and run a Python :py:class:`~ads.jobs.Job`.
22
23
+Note that a job can be defined either using Python APIs or YAML.
24
+See the next section for how to load and save the job with YAML.
25
+
26
.. include:: ../jobs/tabs/quick_start_job.rst
27
28
The :py:class:`~ads.jobs.PythonRuntime` is designed for :doc:`Running a Python Workload <run_python>`.
0 commit comments