pipelines/sdk/python/kfp/compiler
rickyxie0929 7ab05d8a84
chore(sdk): Remove the ` (<type>)`from docstring args. (#10159)
* chore(sdk): Remove the ` (<type>)`from docstring args.

Remote the ` (<type>)` from the docstring args, which are redundant since there are type annotations.

* Trim the unnecessary leading space.
2023-10-26 00:29:09 +00:00
..
__init__.py docs(sdk): refresh SDK public API docstrings (#8057) 2022-07-21 19:51:18 +00:00
compiler.py chore(sdk): partition KFP SDK source code into runtime and non-runtime code (#9710) 2023-07-07 23:18:52 +00:00
compiler_test.py chore(sdk): add test for key error bug resolved in #10067 (#10128) 2023-10-19 23:49:03 +00:00
compiler_utils.py feat(sdk): support collecting outputs from conditional branches using `dsl.OneOf` (#10067) 2023-10-18 02:34:55 +00:00
compiler_utils_test.py chore(sdk): partition KFP SDK source code into runtime and non-runtime code (#9710) 2023-07-07 23:18:52 +00:00
pipeline_spec_builder.py fix(sdk): fix bug when `dsl.importer` argument is provided by loop variable (#10116) 2023-10-18 20:37:56 +00:00
pipeline_spec_builder_test.py feat(sdk): support compiling platform specific features (#8940) 2023-03-10 11:18:25 -08:00
read_write_test.py chore(sdk): Remove the ` (<type>)`from docstring args. (#10159) 2023-10-26 00:29:09 +00:00