You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user_guide/jobs/infra_and_runtime.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ Mounting File Systems
157
157
---------------------
158
158
159
159
Data Science Job supports mounting multiple types of file systems,
160
-
see `Data Science Job Mounting File Systems <place_holder>`_. A maximum number of 5 file systems are
160
+
see `Data Science Job Mounting File Systems <https://docs.oracle.com/en-us/iaas/data-science/using/jobs-create.htm>`_. A maximum number of 5 file systems are
161
161
allowed to be mounted for each Data Science Job. You can specify a list of file systems to be mounted
162
162
by calling :py:meth:`~ads.jobs.DataScienceJob.with_storage_mount()`. For each file system to be mounted,
163
163
you need to pass a dictionary with ``src`` and ``dest`` as keys. For example, you can pass
0 commit comments