Skip to content

Commit

Permalink
updated param name
Browse files Browse the repository at this point in the history
  • Loading branch information
srastatter committed May 23, 2024
1 parent d1747d3 commit 4f04d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google_cloud_automlops/orchestration/kfp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4f04d3f

Please sign in to comment.