MANIFEST.in
README.md
requirements.in
setup.py
kfp/__init__.py
kfp.egg-info/PKG-INFO
kfp.egg-info/SOURCES.txt
kfp.egg-info/dependency_links.txt
kfp.egg-info/entry_points.txt
kfp.egg-info/requires.txt
kfp.egg-info/top_level.txt
kfp/cli/__init__.py
kfp/cli/__main__.py
kfp/cli/cli.py
kfp/cli/cli_test.py
kfp/cli/compile_.py
kfp/cli/compile_test.py
kfp/cli/component.py
kfp/cli/component_test.py
kfp/cli/diagnose_me_cli.py
kfp/cli/dsl.py
kfp/cli/experiment.py
kfp/cli/output.py
kfp/cli/pipeline.py
kfp/cli/recurring_run.py
kfp/cli/run.py
kfp/cli/diagnose_me/__init__.py
kfp/cli/diagnose_me/dev_env.py
kfp/cli/diagnose_me/dev_env_test.py
kfp/cli/diagnose_me/gcp.py
kfp/cli/diagnose_me/gcp_test.py
kfp/cli/diagnose_me/kubernetes_cluster.py
kfp/cli/diagnose_me/kubernetes_cluster_test.py
kfp/cli/diagnose_me/utility.py
kfp/cli/diagnose_me/utility_test.py
kfp/cli/utils/__init__.py
kfp/cli/utils/aliased_plurals_group.py
kfp/cli/utils/aliased_plurals_group_test.py
kfp/cli/utils/deprecated_alias_group.py
kfp/cli/utils/deprecated_alias_group_test.py
kfp/cli/utils/parsing.py
kfp/cli/utils/parsing_test.py
kfp/client/__init__.py
kfp/client/auth.py
kfp/client/client.py
kfp/client/client_test.py
kfp/client/set_volume_credentials.py
kfp/client/set_volume_credentials_test.py
kfp/client/token_credentials_base.py
kfp/client/token_credentials_base_test.py
kfp/compiler/__init__.py
kfp/compiler/compiler.py
kfp/compiler/compiler_test.py
kfp/compiler/compiler_utils.py
kfp/compiler/pipeline_spec_builder.py
kfp/compiler/pipeline_spec_builder_test.py
kfp/compiler/read_write_test.py
kfp/components/__init__.py
kfp/components/base_component.py
kfp/components/base_component_test.py
kfp/components/component_decorator.py
kfp/components/component_decorator_test.py
kfp/components/component_factory.py
kfp/components/component_factory_test.py
kfp/components/constants.py
kfp/components/container_component.py
kfp/components/container_component_artifact_channel.py
kfp/components/container_component_artifact_channel_test.py
kfp/components/container_component_decorator.py
kfp/components/container_component_decorator_test.py
kfp/components/executor.py
kfp/components/executor_main.py
kfp/components/executor_test.py
kfp/components/for_loop.py
kfp/components/for_loop_test.py
kfp/components/graph_component.py
kfp/components/importer_component.py
kfp/components/importer_node.py
kfp/components/importer_node_test.py
kfp/components/kfp_config.py
kfp/components/pipeline_channel.py
kfp/components/pipeline_channel_test.py
kfp/components/pipeline_context.py
kfp/components/pipeline_task.py
kfp/components/pipeline_task_test.py
kfp/components/placeholders.py
kfp/components/placeholders_test.py
kfp/components/python_component.py
kfp/components/structures.py
kfp/components/structures_test.py
kfp/components/task_final_status.py
kfp/components/tasks_group.py
kfp/components/tasks_group_test.py
kfp/components/utils.py
kfp/components/utils_test.py
kfp/components/v1_components.py
kfp/components/v1_modelbase.py
kfp/components/v1_structures.py
kfp/components/yaml_component.py
kfp/components/yaml_component_test.py
kfp/components/types/__init__.py
kfp/components/types/artifact_types.py
kfp/components/types/artifact_types_test.py
kfp/components/types/custom_artifact_types.py
kfp/components/types/custom_artifact_types_test.py
kfp/components/types/type_annotations.py
kfp/components/types/type_annotations_test.py
kfp/components/types/type_utils.py
kfp/components/types/type_utils_test.py
kfp/deprecated/__init__.py
kfp/deprecated/__main__.py
kfp/deprecated/_auth.py
kfp/deprecated/_client.py
kfp/deprecated/_config.py
kfp/deprecated/_local_client.py
kfp/deprecated/_runners.py
kfp/deprecated/aws.py
kfp/deprecated/azure.py
kfp/deprecated/gcp.py
kfp/deprecated/onprem.py
kfp/deprecated/auth/__init__.py
kfp/deprecated/auth/_satvolumecredentials.py
kfp/deprecated/auth/_tokencredentialsbase.py
kfp/deprecated/cli/__init__.py
kfp/deprecated/cli/cli.py
kfp/deprecated/cli/components.py
kfp/deprecated/cli/components_test.py
kfp/deprecated/cli/diagnose_me_cli.py
kfp/deprecated/cli/experiment.py
kfp/deprecated/cli/output.py
kfp/deprecated/cli/pipeline.py
kfp/deprecated/cli/recurring_run.py
kfp/deprecated/cli/run.py
kfp/deprecated/cli/diagnose_me/__init__.py
kfp/deprecated/cli/diagnose_me/dev_env.py
kfp/deprecated/cli/diagnose_me/dev_env_test.py
kfp/deprecated/cli/diagnose_me/gcp.py
kfp/deprecated/cli/diagnose_me/gcp_test.py
kfp/deprecated/cli/diagnose_me/kubernetes_cluster.py
kfp/deprecated/cli/diagnose_me/kubernetes_cluster_test.py
kfp/deprecated/cli/diagnose_me/utility.py
kfp/deprecated/cli/diagnose_me/utility_test.py
kfp/deprecated/compiler/__init__.py
kfp/deprecated/compiler/_data_passing_rewriter.py
kfp/deprecated/compiler/_data_passing_using_volume.py
kfp/deprecated/compiler/_default_transformers.py
kfp/deprecated/compiler/_k8s_helper.py
kfp/deprecated/compiler/_op_to_template.py
kfp/deprecated/compiler/compiler.py
kfp/deprecated/compiler/main.py
kfp/deprecated/compiler/v2_compat.py
kfp/deprecated/compiler/v2_compatible_compiler_test.py
kfp/deprecated/components/__init__.py
kfp/deprecated/components/_airflow_op.py
kfp/deprecated/components/_component_store.py
kfp/deprecated/components/_components.py
kfp/deprecated/components/_data_passing.py
kfp/deprecated/components/_dynamic.py
kfp/deprecated/components/_key_value_store.py
kfp/deprecated/components/_naming.py
kfp/deprecated/components/_python_op.py
kfp/deprecated/components/_python_to_graph_component.py
kfp/deprecated/components/_structures.py
kfp/deprecated/components/_yaml_utils.py
kfp/deprecated/components/modelbase.py
kfp/deprecated/components/type_annotation_utils.py
kfp/deprecated/components/type_annotation_utils_test.py
kfp/deprecated/components/structures/__init__.py
kfp/deprecated/containers/__init__.py
kfp/deprecated/containers/_build_image_api.py
kfp/deprecated/containers/_cache.py
kfp/deprecated/containers/_component_builder.py
kfp/deprecated/containers/_container_builder.py
kfp/deprecated/containers/_gcs_helper.py
kfp/deprecated/containers/_k8s_job_helper.py
kfp/deprecated/containers/entrypoint.py
kfp/deprecated/containers/entrypoint_utils.py
kfp/deprecated/dsl/__init__.py
kfp/deprecated/dsl/_component.py
kfp/deprecated/dsl/_component_bridge.py
kfp/deprecated/dsl/_container_op.py
kfp/deprecated/dsl/_container_op_test.py
kfp/deprecated/dsl/_for_loop.py
kfp/deprecated/dsl/_metadata.py
kfp/deprecated/dsl/_ops_group.py
kfp/deprecated/dsl/_pipeline.py
kfp/deprecated/dsl/_pipeline_param.py
kfp/deprecated/dsl/_pipeline_volume.py
kfp/deprecated/dsl/_resource_op.py
kfp/deprecated/dsl/_volume_op.py
kfp/deprecated/dsl/_volume_snapshot_op.py
kfp/deprecated/dsl/artifact.py
kfp/deprecated/dsl/artifact_utils.py
kfp/deprecated/dsl/component_spec.py
kfp/deprecated/dsl/component_spec_test.py
kfp/deprecated/dsl/data_passing_methods.py
kfp/deprecated/dsl/dsl_utils.py
kfp/deprecated/dsl/dsl_utils_test.py
kfp/deprecated/dsl/io_types.py
kfp/deprecated/dsl/metrics_utils.py
kfp/deprecated/dsl/metrics_utils_test.py
kfp/deprecated/dsl/serialization_utils.py
kfp/deprecated/dsl/serialization_utils_test.py
kfp/deprecated/dsl/type_utils.py
kfp/deprecated/dsl/types.py
kfp/deprecated/dsl/extensions/__init__.py
kfp/deprecated/dsl/extensions/kubernetes.py
kfp/deprecated/notebook/__init__.py
kfp/deprecated/notebook/_magic.py
kfp/dsl/__init__.py
kfp/registry/__init__.py
kfp/registry/registry_client.py
kfp/registry/registry_client_test.py
kfp/registry/context/__init__.py
kfp/registry/context/default_pkg_dev.json
kfp/registry/context/kfp_pkg_dev.json
kfp/v2/__init__.py
kfp/v2/compiler.py
kfp/v2/components.py
kfp/v2/dsl.py