Skip to content

Instantly share code, notes, and snippets.

@SaschaHeyer
Created August 27, 2021 09:20
Show Gist options
  • Select an option

  • Save SaschaHeyer/9609889b278664b1fbac96623318159d to your computer and use it in GitHub Desktop.

Select an option

Save SaschaHeyer/9609889b278664b1fbac96623318159d to your computer and use it in GitHub Desktop.
Vertex AI Pipelie
@component()
def train(metrics: Output[Metrics]):
metrics.log_metric("f1", 0.94) # static value for demo purpose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment