You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The links in these two paragraphs for "Python Components" and "Container Components" are for the wrong pages. Additionally, it is unclear from the text if python components refers to lightweight AND containerised python components.
The KFP SDK supports two forms of artifact authoring syntax for components: traditional and Pythonic.
The **traditional artifact** authoring syntax is the original artifact authoring style provided by the KFP SDK. The traditional artifact authoring syntax is supported for both [Python Components][python-components] and [Container Components][container-components]. It is supported at runtime by the open source KFP backend and the Google Cloud Vertex Pipelines backend.
The **Pythonic artifact** authoring syntax provides an alterative artifact I/O syntax that is familiar to Python developers. The Pythonic artifact authoring syntax is supported for [Python Components][python-components] only. This syntax is not supported for [Container Components][container-components]. It is currently only supported at runtime by the Google Cloud Vertex Pipelines backend.
The text was updated successfully, but these errors were encountered:
The links in these two paragraphs for "Python Components" and "Container Components" are for the wrong pages. Additionally, it is unclear from the text if python components refers to lightweight AND containerised python components.
website/content/en/docs/components/pipelines/v2/data-types/artifacts.md
Lines 78 to 84 in 6be88bd
The text was updated successfully, but these errors were encountered: