Last active
August 24, 2021 12:02
-
-
Save SaschaHeyer/fb80c6529cf2b39a7c526d945d8f4dee to your computer and use it in GitHub Desktop.
Vertex AI Pipelines requirements
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
| import kfp | |
| from kfp.v2.dsl import pipeline | |
| from kfp.v2.dsl import component | |
| from kfp.v2 import compiler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment