Skip to content

Commit b115461

Browse files
committed
Updated job docs
1 parent 2eabfb0 commit b115461

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/user_guide/jobs/data_science_job.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ to create the job on OCI. To start a job run, you can call the :py:meth:`~ads.jo
8585
which returns a :py:class:`~ads.jobs.DataScienceJobRun` instance.
8686
Once the job or job run is created, the job OCID can be accessed through ``job.id`` or ``run.id``.
8787

88+
.. note::
89+
90+
Once a job is created, if you change the configuration, you will need to re-create a job for the new configuration.
91+
8892
.. code-block:: python
8993
9094
# Create the job on OCI Data Science

0 commit comments

Comments
 (0)