@@ -407,7 +407,7 @@ def test_register_model_with_model_repack_with_estimator(estimator, model_metric
407
407
},
408
408
"HyperParameters" : {
409
409
"inference_script" : '"dummy_script.py"' ,
410
- "dependencies" : f" \" { dummy_requirements } \" " ,
410
+ "dependencies" : f'" { dummy_requirements } "' ,
411
411
"model_archive" : '"model.tar.gz"' ,
412
412
"sagemaker_submit_directory" : '"s3://{}/{}/source/sourcedir.tar.gz"' .format (
413
413
BUCKET , repacker_job_name .replace ('"' , "" )
@@ -416,7 +416,7 @@ def test_register_model_with_model_repack_with_estimator(estimator, model_metric
416
416
"sagemaker_container_log_level" : "20" ,
417
417
"sagemaker_job_name" : repacker_job_name ,
418
418
"sagemaker_region" : f'"{ REGION } "' ,
419
- "source_dir" : ' null'
419
+ "source_dir" : " null" ,
420
420
},
421
421
"InputDataConfig" : [
422
422
{
@@ -635,7 +635,7 @@ def test_register_model_with_model_repack_with_pipeline_model(pipeline_model, mo
635
635
"S3OutputPath" : f"s3://{ BUCKET } /" ,
636
636
},
637
637
"HyperParameters" : {
638
- "dependencies" : ' null' ,
638
+ "dependencies" : " null" ,
639
639
"inference_script" : '"dummy_script.py"' ,
640
640
"model_archive" : '"model.tar.gz"' ,
641
641
"sagemaker_submit_directory" : '"s3://{}/{}/source/sourcedir.tar.gz"' .format (
@@ -645,7 +645,7 @@ def test_register_model_with_model_repack_with_pipeline_model(pipeline_model, mo
645
645
"sagemaker_container_log_level" : "20" ,
646
646
"sagemaker_job_name" : repacker_job_name ,
647
647
"sagemaker_region" : f'"{ REGION } "' ,
648
- "source_dir" : ' null' ,
648
+ "source_dir" : " null" ,
649
649
},
650
650
"InputDataConfig" : [
651
651
{
0 commit comments