mlx
mlx copied to clipboard
Implement KFP Template Registry API
Description:
Implement the new "Generic Protocol for Kubeflow Pipeline Template Registry" API in MLX.
At high level, the protocol will define the generic APIs between KFP SDK client and a template registry server (MLX) to
- upload and download template (as YAML file), and
- organize templates as versioned objects The KFP SDK will implement (mid June 22) a registry client class that can work with any registry server that implements the APIs defined in the generic protocol.
References:
https://github.com/kubeflow/pipelines/issues/7382
@ptitzler