File tree 1 file changed +6
-6
lines changed
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(
733
733
):
734
734
"""Returns a RunArgs object.
735
735
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`.
739
739
740
740
Args:
741
741
submit_app (str): Path (local or S3) to Python file to submit to Spark
@@ -982,9 +982,9 @@ def get_run_args(
982
982
):
983
983
"""Returns a RunArgs object.
984
984
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`.
988
988
989
989
Args:
990
990
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