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
If you define the component using the function decorator, there are a list of core types. For example, the following component declares a core type Integer for input field_l while declares customized_type for its output field_n.
If you define the component using the function decorator, there are a list of core types. For example, the following component declares a core type Integer for input field_l while declares customized_type for its output field_n.
Core types . links to https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/dsl/_types.py
Should be :
https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/dsl/types.py
The text was updated successfully, but these errors were encountered: