LICENSE.md
NOTICE
README.md
pyproject.toml
cogflow/__init__.py
cogflow/_lazy.py
cogflow/api.py
cogflow/config.py
cogflow.egg-info/PKG-INFO
cogflow.egg-info/SOURCES.txt
cogflow.egg-info/dependency_links.txt
cogflow.egg-info/requires.txt
cogflow.egg-info/top_level.txt
cogflow/core/__init__.py
cogflow/core/async_serving.py
cogflow/core/datasets.py
cogflow/core/models.py
cogflow/core/serving.py
cogflow/core/pipelines/__init__.py
cogflow/core/pipelines/components.py
cogflow/core/pipelines/inspection.py
cogflow/core/pipelines/orchestration.py
cogflow/utils/__init__.py
cogflow/utils/common.py
cogflow/utils/exceptions.py
cogflow/utils/imports.py
cogflow/utils/logging.py
cogflow/utils/network.py
cogflow/utils/storage.py
kfp/LICENSE
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/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/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/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/dsl/__init__.py
kfp/dsl/_component.py
kfp/dsl/_component_bridge.py
kfp/dsl/_container_op.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_utils.py
kfp/dsl/data_passing_methods.py
kfp/dsl/dsl_utils.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/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
tests/test_async_serving.py
tests/test_common.py
tests/test_components.py
tests/test_datasets.py
tests/test_exceptions.py
tests/test_inspection.py
tests/test_models.py
tests/test_network.py
tests/test_orchestration.py
tests/test_serving.py
tests/test_storage.py