Skip to content

Commit 23d2b7f

Browse files
doc: fix Spark class links (#1898)
* documentation: fix Spark class links * doc: fix Spark class module names * doc: fix API docs for spark classes Co-authored-by: Ajay Karpur <[email protected]>
1 parent 9dbf028 commit 23d2b7f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

doc/amazon_sagemaker_processing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ For an in-depth look, please see the `Scikit-learn Data Processing and Model Eva
6969

7070
Data Processing with Spark
7171
============================================
72-
SageMaker provides two classes for customers to run Spark applications: :class:`sagemaker.processing.PySparkProcessor` and :class:`sagemaker.processing.SparkJarProcessor`
72+
SageMaker provides two classes for customers to run Spark applications: :class:`sagemaker.spark.processing.PySparkProcessor` and :class:`sagemaker.spark.processing.SparkJarProcessor`
7373

7474

7575
PySparkProcessor
7676
---------------------
7777

78-
You can use the :class:`sagemaker.processing.PySparkProcessor` class to run PySpark scripts as processing jobs.
78+
You can use the :class:`sagemaker.spark.processing.PySparkProcessor` class to run PySpark scripts as processing jobs.
7979

80-
This example shows how you can take an existing PySpark script and run a processing job with the :class:`sagemaker.processing.PySparkProcessor` class and the pre-built SageMaker Spark container.
80+
This example shows how you can take an existing PySpark script and run a processing job with the :class:`sagemaker.spark.processing.PySparkProcessor` class and the pre-built SageMaker Spark container.
8181

8282
First you need to create a :class:`PySparkProcessor` object
8383

@@ -230,8 +230,8 @@ Processing class documentation
230230
- :class:`sagemaker.processing.Processor`
231231
- :class:`sagemaker.processing.ScriptProcessor`
232232
- :class:`sagemaker.sklearn.processing.SKLearnProcessor`
233-
- :class:`sagemaker.sklearn.processing.PySparkProcessor`
234-
- :class:`sagemaker.sklearn.processing.SparkJarProcessor`
233+
- :class:`sagemaker.spark.processing.PySparkProcessor`
234+
- :class:`sagemaker.spark.processing.SparkJarProcessor`
235235
- :class:`sagemaker.processing.ProcessingInput`
236236
- :class:`sagemaker.processing.ProcessingOutput`
237237
- :class:`sagemaker.processing.ProcessingJob`

doc/api/training/processing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ Processing
55
:members:
66
:undoc-members:
77
:show-inheritance:
8+
9+
.. automodule:: sagemaker.spark.processing
10+
:members:
11+
:undoc-members:
12+
:show-inheritance:

0 commit comments

Comments
 (0)