Skip to content

Commit

Permalink
Typo in pipelines user guides data handling parameters (#3975)
Browse files Browse the repository at this point in the history
* add base md

Signed-off-by: mahdikhashan <[email protected]>

* fix typo

Signed-off-by: mahdikhashan <[email protected]>

* drop changed file

Signed-off-by: mahdikhashan <[email protected]>

---------

Signed-off-by: mahdikhashan <[email protected]>
  • Loading branch information
mahdikhashan authored Jan 24, 2025
1 parent af45e14 commit 59c9e6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ As with normal Python function, input parameters can have default values, indica

Under the hood KFP passes all parameters to and from components by serializing them as JSON.

For all Python Components ([Lightweight Python Components][lightweight-python-components] and [Containerized Python Components][containerized-python-components]), parameter serialization and deserialiation is invisible to the user; KFP handles this automatically.
For all Python Components ([Lightweight Python Components][lightweight-python-components] and [Containerized Python Components][containerized-python-components]), parameter serialization and deserialization is invisible to the user; KFP handles this automatically.

For [Container Components][container-component], input parameter deserialization is invisible to the user; KFP passes inputs to the component automatically. For Container Component *outputs*, the user code in the Container Component must handle serializing the output parameters as described in [Container Components: Create component outputs][container-component-outputs].

Expand Down

0 comments on commit 59c9e6c

Please sign in to comment.