File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1580,6 +1580,7 @@ def _normalize_args(
1580
1580
git_config = None ,
1581
1581
):
1582
1582
"""Normalizes the arguments so that they can be passed to the job run
1583
+
1583
1584
Args:
1584
1585
job_name (str): Name of the processing job to be created. If not specified, one
1585
1586
is generated, using the base name given to the constructor, if applicable
@@ -1628,6 +1629,7 @@ def _normalize_args(
1628
1629
1629
1630
def _convert_code_and_add_to_inputs (self , inputs , user_s3_uri , entrypoint_s3_uri ):
1630
1631
"""Creates a ``ProcessingInput`` object from an S3 URI and adds it to the list of inputs.
1632
+
1631
1633
Args:
1632
1634
inputs (list[sagemaker.processing.ProcessingInput]):
1633
1635
List of ``ProcessingInput`` objects.
@@ -1671,6 +1673,7 @@ def _include_code_in_inputs(
1671
1673
git_config = None ,
1672
1674
):
1673
1675
"""Converts code to appropriate input and includes in input list.
1676
+
1674
1677
Side effects include:
1675
1678
* uploads code to S3 if the code is a local file.
1676
1679
* sets the entrypoint attribute based on the command and user script name from code.
You can’t perform that action at this time.
0 commit comments