Created
August 27, 2021 09:20
-
-
Save SaschaHeyer/9609889b278664b1fbac96623318159d to your computer and use it in GitHub Desktop.
Vertex AI Pipelie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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