MANIFEST.in
README.md
requirements.in
setup.py
kfp/__init__.py
kfp/__main__.py
kfp/_auth.py
kfp/_client.py
kfp/_config.py
kfp/_local_client.py
kfp/_runners.py
kfp/aws.py
kfp/azure.py
kfp/gcp.py
kfp/onprem.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/auth/__init__.py
kfp/auth/_satvolumecredentials.py
kfp/auth/_tokencredentialsbase.py
kfp/cli/__init__.py
kfp/cli/cli.py
kfp/cli/components.py
kfp/cli/components_test.py
kfp/cli/diagnose_me_cli.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/compiler/__init__.py
kfp/compiler/_data_passing_rewriter.py
kfp/compiler/_data_passing_using_volume.py
kfp/compiler/_default_transformers.py
kfp/compiler/_k8s_helper.py
kfp/compiler/_op_to_template.py
kfp/compiler/compiler.py
kfp/compiler/main.py
kfp/compiler/v2_compat.py
kfp/compiler/v2_compatible_compiler_test.py
kfp/components/__init__.py
kfp/components/_airflow_op.py
kfp/components/_component_store.py
kfp/components/_components.py
kfp/components/_data_passing.py
kfp/components/_dynamic.py
kfp/components/_key_value_store.py
kfp/components/_naming.py
kfp/components/_python_op.py
kfp/components/_python_to_graph_component.py
kfp/components/_structures.py
kfp/components/_yaml_utils.py
kfp/components/modelbase.py
kfp/components/type_annotation_utils.py
kfp/components/type_annotation_utils_test.py
kfp/components/structures/__init__.py
kfp/containers/__init__.py
kfp/containers/_build_image_api.py
kfp/containers/_cache.py
kfp/containers/_component_builder.py
kfp/containers/_container_builder.py
kfp/containers/_gcs_helper.py
kfp/containers/_k8s_job_helper.py
kfp/containers/entrypoint.py
kfp/containers/entrypoint_utils.py
kfp/dsl/__init__.py
kfp/dsl/_component.py
kfp/dsl/_component_bridge.py
kfp/dsl/_container_op.py
kfp/dsl/_container_op_test.py
kfp/dsl/_for_loop.py
kfp/dsl/_metadata.py
kfp/dsl/_ops_group.py
kfp/dsl/_pipeline.py
kfp/dsl/_pipeline_param.py
kfp/dsl/_pipeline_volume.py
kfp/dsl/_resource_op.py
kfp/dsl/_volume_op.py
kfp/dsl/_volume_snapshot_op.py
kfp/dsl/artifact.py
kfp/dsl/artifact_utils.py
kfp/dsl/component_spec.py
kfp/dsl/component_spec_test.py
kfp/dsl/data_passing_methods.py
kfp/dsl/dsl_utils.py
kfp/dsl/dsl_utils_test.py
kfp/dsl/io_types.py
kfp/dsl/metrics_utils.py
kfp/dsl/metrics_utils_test.py
kfp/dsl/serialization_utils.py
kfp/dsl/serialization_utils_test.py
kfp/dsl/type_utils.py
kfp/dsl/types.py
kfp/dsl/extensions/__init__.py
kfp/dsl/extensions/kubernetes.py
kfp/dsl/type_schemas/classification_metrics.yaml
kfp/dsl/type_schemas/confidence_metrics.yaml
kfp/dsl/type_schemas/confusion_matrix.yaml
kfp/dsl/type_schemas/dataset.yaml
kfp/dsl/type_schemas/metrics.yaml
kfp/dsl/type_schemas/model.yaml
kfp/dsl/type_schemas/sliced_classification_metrics.yaml
kfp/notebook/__init__.py
kfp/notebook/_magic.py
kfp/v2/__init__.py
kfp/v2/compiler/__init__.py
kfp/v2/compiler/compiler.py
kfp/v2/compiler/compiler_test.py
kfp/v2/compiler/compiler_utils.py
kfp/v2/compiler/compiler_utils_test.py
kfp/v2/compiler/main.py
kfp/v2/compiler/experimental/__init__.py
kfp/v2/compiler/experimental/compiler.py
kfp/v2/compiler/experimental/compiler_test.py
kfp/v2/compiler/experimental/pipeline_spec_builder.py
kfp/v2/compiler/experimental/pipeline_spec_builder_test.py
kfp/v2/components/__init__.py
kfp/v2/components/component_decorator.py
kfp/v2/components/component_decorator_test.py
kfp/v2/components/component_factory.py
kfp/v2/components/component_factory_test.py
kfp/v2/components/executor.py
kfp/v2/components/executor_main.py
kfp/v2/components/executor_test.py
kfp/v2/components/importer_node.py
kfp/v2/components/importer_node_test.py
kfp/v2/components/kfp_config.py
kfp/v2/components/task_final_status.py
kfp/v2/components/utils.py
kfp/v2/components/utils_test.py
kfp/v2/components/experimental/__init__.py
kfp/v2/components/experimental/base_component.py
kfp/v2/components/experimental/base_component_test.py
kfp/v2/components/experimental/component_factory.py
kfp/v2/components/experimental/constants.py
kfp/v2/components/experimental/for_loop.py
kfp/v2/components/experimental/for_loop_test.py
kfp/v2/components/experimental/pipeline.py
kfp/v2/components/experimental/pipeline_channel.py
kfp/v2/components/experimental/pipeline_channel_test.py
kfp/v2/components/experimental/pipeline_task.py
kfp/v2/components/experimental/pipeline_task_test.py
kfp/v2/components/experimental/placeholders.py
kfp/v2/components/experimental/placeholders_test.py
kfp/v2/components/experimental/structures.py
kfp/v2/components/experimental/structures_test.py
kfp/v2/components/experimental/tasks_group.py
kfp/v2/components/experimental/yaml_component.py
kfp/v2/components/types/__init__.py
kfp/v2/components/types/artifact_types.py
kfp/v2/components/types/artifact_types_test.py
kfp/v2/components/types/type_annotations.py
kfp/v2/components/types/type_annotations_test.py
kfp/v2/components/types/type_utils.py
kfp/v2/components/types/type_utils_test.py
kfp/v2/components/types/experimental/__init__.py
kfp/v2/components/types/experimental/type_utils.py
kfp/v2/dsl/__init__.py
kfp/v2/dsl/experimental/__init__.py
kfp/v2/google/client/__init__.py
kfp/v2/google/client/_cloud_function_templated_http_request.py
kfp/v2/google/client/_cloud_function_templated_http_request_test.py
kfp/v2/google/client/client.py
kfp/v2/google/client/client_test.py
kfp/v2/google/client/client_utils.py
kfp/v2/google/client/client_utils_test.py
kfp/v2/google/client/runtime_config_builder.py
kfp/v2/google/client/runtime_config_builder_test.py
kfp/v2/google/client/schedule.py
kfp/v2/google/client/schedule_test.py
kfp/v2/google/client/discovery/aiplatform_public_google_rest_v1beta1.json
kfp/v2/google/experimental/__init__.py
kfp/v2/google/experimental/custom_job.py
kfp/v2/google/experimental/custom_job_test.py