jerryshao commented on code in PR #6052:
URL: https://github.com/apache/gravitino/pull/6052#discussion_r1903969045


##########
docs/manage-model-metadata-using-gravitino.md:
##########
@@ -0,0 +1,637 @@
+---
+title: Manage model metadata using Gravitino
+slug: /manage-model-metadata-using-gravitino
+date: 2024-12-26
+keyword: Gravitino model metadata manage
+license: This software is licensed under the Apache License version 2.
+---
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+This page introduces how to manage model metadata in Apache Gravitino. 
Gravitino model catalog
+is a kind of model registry, which provides the ability to manage machine 
learning models'
+versioned metadata. It follows the typical Gravitino 3-level namespace 
(catalog, schema, and
+model) and supports managing the versions for each model.

Review Comment:
   I think we don't. We don't include "metalake" into the namespace, metalake 
should be the tenant concept.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to