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/project.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The ``{work_dir}`` can be used to point out that the YAML template located insid
50
50
Data Science Job Template
51
51
=========================
52
52
53
-
The template file contains the information about the infrastructure on which a Data Science job should be run, and also the runtime information. More details can be found in the `ADS documentation <https://accelerated-data-science.readthedocs.io/en/latest/user_guide/jobs/data_science_job.html>`__. The template file is divided into two main sections: ``infrastructure`` and ``runtime``.
53
+
The template file contains the information about the infrastructure on which a Data Science job should be run, and also the runtime information. More details can be found in the `ADS documentation <https://accelerated-data-science.readthedocs.io/en/latest/user_guide/jobs/data_science_job.html>`__. The template file is divided into two main sections: ``infrastructure`` and ``runtime``. The template also can be generated using ``ads opctl init`` command. More details can be found in the `ADS documentation <https://accelerated-data-science.readthedocs.io/en/latest/user_guide/cli/opctl/configure.html#generate-starter-yaml>`__.
54
54
55
55
Data Science Job Infrastructure
56
56
###############################
@@ -507,7 +507,7 @@ This example demonstrates an MLflow project that trains a logistic regression mo
507
507
508
508
Copy the ``oci-datascience-config.json`` file to the ``pyspark_ml_autologging`` folder.
509
509
510
-
- Prepare a ``oci-datascience-template.yaml`` job configuration file.
510
+
- Prepare a ``oci-datascience-template.yaml`` job configuration file. The template can be generated using ``ads opctl init`` command. More details can be found in the `ADS documentation <https://accelerated-data-science.readthedocs.io/en/latest/user_guide/cli/opctl/configure.html#generate-starter-yaml>`__.
0 commit comments