@@ -996,7 +996,7 @@ def test_run_call_pipeline_service_create_with_bigquery_destination(
996
996
},
997
997
"python_package_spec" : {
998
998
"executor_image_uri" : _TEST_TRAINING_CONTAINER_IMAGE ,
999
- "python_module" : source_utils . _TrainingScriptPythonPackager . module_name ,
999
+ "python_module" : test_training_jobs . _TEST_MODULE_NAME ,
1000
1000
"package_uris" : [_TEST_OUTPUT_PYTHON_PACKAGE_PATH ],
1001
1001
"args" : true_args ,
1002
1002
"env" : true_env ,
@@ -1304,7 +1304,7 @@ def test_run_call_pipeline_service_create_with_no_dataset(
1304
1304
},
1305
1305
"python_package_spec" : {
1306
1306
"executor_image_uri" : _TEST_TRAINING_CONTAINER_IMAGE ,
1307
- "python_module" : source_utils . _TrainingScriptPythonPackager . module_name ,
1307
+ "python_module" : test_training_jobs . _TEST_MODULE_NAME ,
1308
1308
"package_uris" : [_TEST_OUTPUT_PYTHON_PACKAGE_PATH ],
1309
1309
"args" : true_args ,
1310
1310
"env" : true_env ,
@@ -1607,7 +1607,7 @@ def test_run_call_pipeline_service_create_distributed_training(
1607
1607
},
1608
1608
"python_package_spec" : {
1609
1609
"executor_image_uri" : _TEST_TRAINING_CONTAINER_IMAGE ,
1610
- "python_module" : source_utils . _TrainingScriptPythonPackager . module_name ,
1610
+ "python_module" : test_training_jobs . _TEST_MODULE_NAME ,
1611
1611
"package_uris" : [_TEST_OUTPUT_PYTHON_PACKAGE_PATH ],
1612
1612
"args" : true_args ,
1613
1613
"env" : true_env ,
@@ -1776,7 +1776,7 @@ def test_run_call_pipeline_service_create_distributed_training_with_reduction_se
1776
1776
},
1777
1777
"python_package_spec" : {
1778
1778
"executor_image_uri" : _TEST_TRAINING_CONTAINER_IMAGE ,
1779
- "python_module" : source_utils . _TrainingScriptPythonPackager . module_name ,
1779
+ "python_module" : test_training_jobs . _TEST_MODULE_NAME ,
1780
1780
"package_uris" : [_TEST_OUTPUT_PYTHON_PACKAGE_PATH ],
1781
1781
"args" : true_args ,
1782
1782
"env" : true_env ,
@@ -2014,7 +2014,7 @@ def test_run_call_pipeline_service_create_with_nontabular_dataset_without_model_
2014
2014
},
2015
2015
"python_package_spec" : {
2016
2016
"executor_image_uri" : _TEST_TRAINING_CONTAINER_IMAGE ,
2017
- "python_module" : source_utils . _TrainingScriptPythonPackager . module_name ,
2017
+ "python_module" : test_training_jobs . _TEST_MODULE_NAME ,
2018
2018
"package_uris" : [_TEST_OUTPUT_PYTHON_PACKAGE_PATH ],
2019
2019
"args" : true_args ,
2020
2020
},
0 commit comments