File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -733,9 +733,9 @@ def get_run_args(
733733 ):
734734 """Returns a RunArgs object.
735735
736- This object contains the normalized inputs, outputs
737- and arguments needed when using a ``PySparkProcessor``
738- in a :class:`~sagemaker.workflow.steps.ProcessingStep`.
736+ This object contains the normalized inputs, outputs and arguments
737+ needed when using a ``PySparkProcessor`` in a
738+ :class:`~sagemaker.workflow.steps.ProcessingStep`.
739739
740740 Args:
741741 submit_app (str): Path (local or S3) to Python file to submit to Spark
@@ -982,9 +982,9 @@ def get_run_args(
982982 ):
983983 """Returns a RunArgs object.
984984
985- This object contains the normalized inputs, outputs
986- and arguments needed when using a ``SparkJarProcessor``
987- in a :class:`~sagemaker.workflow.steps.ProcessingStep`.
985+ This object contains the normalized inputs, outputs and arguments
986+ needed when using a ``SparkJarProcessor`` in a
987+ :class:`~sagemaker.workflow.steps.ProcessingStep`.
988988
989989 Args:
990990 submit_app (str): Path (local or S3) to Python file to submit to Spark
You can’t perform that action at this time.
0 commit comments