@@ -239,7 +239,7 @@ Referable Property List:
239
239
ProcessingOutput(output_name = " train" , source = " /opt/ml/processing/train" ),
240
240
],
241
241
code = " ./local/preprocess.py" ,
242
- job_arguments = [" --input-data" , " s3://my-input" ]
242
+ arguments = [" --input-data" , " s3://my-input" ]
243
243
),
244
244
)
245
245
@@ -496,7 +496,7 @@ A :class:`sagemaker.workflow.properties.PropertyFile` is designed to store infor
496
496
ProcessingOutput(output_name = " hyperparam" , source = " /opt/ml/processing/evaluation" ),
497
497
],
498
498
code = " ./local/preprocess.py" ,
499
- job_arguments = [" --input-data" , " s3://my-input" ],
499
+ arguments = [" --input-data" , " s3://my-input" ],
500
500
)
501
501
502
502
hyperparam_report = PropertyFile(
@@ -577,7 +577,7 @@ There are eight types of condition are supported, they are:
577
577
ProcessingOutput(output_name = " hyperparam" , source = " /opt/ml/processing/evaluation" ),
578
578
],
579
579
code = " ./local/preprocess.py" ,
580
- job_arguments = [" --input-data" , " s3://my-input" ],
580
+ arguments = [" --input-data" , " s3://my-input" ],
581
581
)
582
582
583
583
eval_report = PropertyFile(
@@ -668,7 +668,7 @@ Use :class:`sagemaker.workflow.functions.JsonGet` to extract a Json property fro
668
668
ProcessingOutput(output_name = " hyperparam" , source = " /opt/ml/processing/evaluation" ),
669
669
],
670
670
code = " ./local/preprocess.py" ,
671
- job_arguments = [" --input-data" , " s3://my-input" ],
671
+ arguments = [" --input-data" , " s3://my-input" ],
672
672
)
673
673
674
674
hyperparam_report = PropertyFile(
0 commit comments