xiaozcy commented on code in PR #7386:
URL: https://github.com/apache/gravitino/pull/7386#discussion_r2163045351
##########
clients/client-python/gravitino/api/model/model_version.py:
##########
@@ -63,15 +69,28 @@ def aliases(self) -> List[str]:
"""
pass
- @abstractmethod
def uri(self) -> str:
"""
- The URI of the model artifact. The URI is the location of the model
artifact. The URI can be a
+ The unnamed URI of the model artifact. The URI is the location of the
model artifact. The URI can be a
file path or a remote URI.
Returns:
The URI of the model artifact.
"""
+ return self.uris().get()
Review Comment:
Yes, it's a mistake, thanks for pointing it out~
--
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]