Skip to content

Commit 3b153f2

Browse files
committed
Update overview.rst and infrastructure.rst base on comments.
1 parent 76de4ee commit 3b153f2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/source/user_guide/jobs/components/overview.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Oracle Cloud Infrastructure (OCI) `Data Science Jobs (Jobs) <https://docs.oracle.com/en-us/iaas/data-science/using/jobs-about.htm>`_
22
enables you to define and run repeatable machine learning tasks on a fully managed infrastructure.
3-
You can have Compute resource on demand and run applications that perform tasks such as
3+
You can create a compute resource on demand and run applications that perform tasks such as
44
data preparation, model training, hyperparameter tuning, and batch inference.
55

6-
Training with OCI involves two types resources: **Job** and **Job Run**.
6+
Running workloads with Data Science Jobs involves two types resources: **Job** and **Job Run**.
77

88
A **Job** is a template that describes the training task.
99
It contains configurations about the *infrastructure*, such as
@@ -26,5 +26,5 @@ For a given job run, you could pass an environment variable that identifies the
2626
Each model can write its results to the Logging service or Object Storage.
2727
Then you can run a final sequential job that uses the best model class, and trains the final model on the entire dataset.
2828

29-
The following sections provides details on running training workloads with OCI Data Science Jobs using ADS Jobs APIs.
29+
The following sections provides details on running workloads with OCI Data Science Jobs using ADS Jobs APIs.
3030
You can use similar APIs to `Run a OCI DataFlow Application <run_data_flow.html>`_.

docs/source/user_guide/jobs/infrastructure.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The following configurations are optional:
3434
* Log Group ID
3535
* Log ID
3636

37+
For more details about the mandatory and optional parameters, see :py:class:`~ads.jobs.DataScienceJob`.
38+
3739
Using Configurations from Notebook
3840
==================================
3941

0 commit comments

Comments
 (0)