From a9ee559b6f3c909515a61acc63fa54a474a6b297 Mon Sep 17 00:00:00 2001 From: Connor McCarthy Date: Tue, 16 Jul 2024 09:50:14 -0700 Subject: [PATCH] test(components): internal Signed-off-by: Connor McCarthy PiperOrigin-RevId: 652881094 --- .../google_cloud_pipeline_components/v1/custom_job/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/google-cloud/google_cloud_pipeline_components/v1/custom_job/utils.py b/components/google-cloud/google_cloud_pipeline_components/v1/custom_job/utils.py index 9002939e298..366bf176d23 100644 --- a/components/google-cloud/google_cloud_pipeline_components/v1/custom_job/utils.py +++ b/components/google-cloud/google_cloud_pipeline_components/v1/custom_job/utils.py @@ -137,7 +137,7 @@ def create_custom_training_job_from_component( # load_component_from_text to load the YAML). # After adding the appropriate description and the name, the new component # is returned. - + print('FOO!') cj_pipeline_spec = json_format.MessageToDict( component.custom_training_job.pipeline_spec )