jerqi commented on code in PR #9384:
URL: https://github.com/apache/gravitino/pull/9384#discussion_r2601731593


##########
docs/security/access-control.md:
##########
@@ -261,11 +261,13 @@ DENY `WRITE_FILESET` won‘t deny the `READ_FILESET` 
operation if the user has t
 
 ### Model privileges
 
-| Name                 | Supports Securable Object        | Operation          
                                                |
-|----------------------|----------------------------------|--------------------------------------------------------------------|
-| CREATE_MODEL         | Metalake, Catalog, Schema        | Create a model     
                                                |
-| CREATE_MODEL_VERSION | Metalake, Catalog, Schema, Model | Create a model 
version                                             |
-| USE_MODEL            | Metalake, Catalog, Schema, Model | View the metadata 
of the model and download all the model versions |
+| Name                 | Supports Securable Object        | Operation          
                                                                |
+|----------------------|----------------------------------|------------------------------------------------------------------------------------|
+| REGISTER_MODEL       | Metalake, Catalog, Schema        | Register a model   
                                                                |
+| LINK_MODEL_VERSION   | Metalake, Catalog, Schema, Model | Link a model 
version                                                               |
+| USE_MODEL            | Metalake, Catalog, Schema, Model | View the metadata 
of the model and download all the model versions                 |
+| CREATE_MODEL         | Metalake, Catalog, Schema        | Register a model, 
this is deprecated. Please use `REGISTER_MODEL` instead.         |
+| CREATE_MODEL_VERSION | Metalake, Catalog, Schema, Model | Link a model 
version, this is deprecated. Please use `LINK_MODEL_VERSION` instead. |

Review Comment:
   Added.



-- 
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