From 4f04d3f798396dafa4511b92df44cd9268d6a42f Mon Sep 17 00:00:00 2001 From: Sean Rastatter Date: Thu, 23 May 2024 11:45:26 -0400 Subject: [PATCH] updated param name --- google_cloud_automlops/orchestration/kfp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google_cloud_automlops/orchestration/kfp.py b/google_cloud_automlops/orchestration/kfp.py index 399e366..59e76ae 100644 --- a/google_cloud_automlops/orchestration/kfp.py +++ b/google_cloud_automlops/orchestration/kfp.py @@ -98,8 +98,8 @@ def build(self): f'''components/component_base:latest''') # Write component spec - customer_component = component(func=self.func, base_image=compspec_image) - compiler.Compiler().compile(customer_component, comp_yaml_path) + custom_component = component(func=self.func, base_image=compspec_image) + compiler.Compiler().compile(custom_component, comp_yaml_path) # Write task script to component base write_file(