Skip to content

Commit ea9490b

Browse files
committed
change: improve docstring
1 parent 95e2ca9 commit ea9490b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sagemaker/jumpstart/utils.py

+3
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@ def get_jumpstart_base_name_if_jumpstart_model(
238238
"""Return default JumpStart base name if a URI belongs to JumpStart.
239239
240240
If no URIs belong to JumpStart, return None.
241+
242+
Args:
243+
*uris (Optional[str]): URI to test for association with JumpStart.
241244
"""
242245
for uri in uris:
243246
if is_jumpstart_model_uri(uri):

0 commit comments

Comments
 (0)