Copilot commented on code in PR #10209: URL: https://github.com/apache/gravitino/pull/10209#discussion_r2883968217
########## docs/cli.md: ########## @@ -1065,4 +1065,6 @@ gcli.sh model set --name catalog_model.schema.model --version 0 --property k --v gcli.sh model remove --name catalog_model.schema.model --version 0 --property k ``` +To link a model version you need to specify the model version artifact URIs and at least one alias. The URIs are specified as a comma separated list of protocol=URI pairs. The alias is used to refer to the model version and must be unique across the metalake. Review Comment: The new explanatory paragraph about linking a model version is placed at the very end of the document (line 1068), after multiple unrelated sections such as "Set a model version's property" and "Remove a model version's property". It logically belongs immediately after the "Link a model version" code block (currently at line 1035–1036), so readers understand the URI and alias requirements in context when they encounter that section. -- 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]
