Matteo Mortari

Results 405 comments of Matteo Mortari

> At least one static code analysis tool (beyond compiler warnings and "safe" language modes) MUST be applied to any proposed major production release of the software before its release,...

> It is SUGGESTED that at least one dynamic analysis tool be applied to any proposed major production release of the software before its release. [dynamic_analysis] A dynamic analysis tool...

this Section is complete as all the questions have been fulfilled. If you are reading this message and you'd like to change any of the answers, don't hesitate to reopen...

Hi @MidhunSaiReddy03 👋 thank you for your interest in Kubeflow Model Registry. As you can see [here](https://github.com/kubeflow/model-registry?tab=readme-ov-file#faq): > How do I delete metadata resources using the Model Registry API? >...

On received 👍 emoji on https://github.com/kubeflow/model-registry/issues/468#issuecomment-2402087846 , I consider this resolved accordingly. Feel free to comment, or re-open if needed. Hope this helped! 🚀

@MidhunSaiReddy03 thank you for this report. We are inviting people to contribute an entry to the Adopters file: https://github.com/kubeflow/model-registry/blob/main/ADOPTERS.md to foster the Model Registry component and the Kubeflow community. If...

thank you @pboyd , - I've reviewed this using the swagger editor and importing from `https://raw.githubusercontent.com/kubeflow/model-registry/c27c3f76fe82d6c0d9cc10e423aefe6db468a931/api/openapi/catalog.yaml` - I understand you have endpoints as required to list Sources, Models (in a...

> The intention was to have multiple artifacts per model to handle different formats or locations I see, thanks for this clarification,; so based on this definition, I understand **_any_**...

a follow-up question @pboyd if you don't mind. I just recall that actually CatalogModel+CatalogModelArtifact(s) are always on a per-CatalogSource basis, ie ``` /api/model_catalog/v1alpha1/sources/{source_id}/models/{model_name}/artifacts ``` therefore I'm asking if the semantic...

> we could have the same model from multiple sources agree > I'm not sure what we could do to merge the records though I don't think we can or...