We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e130c commit e94a87bCopy full SHA for e94a87b
src/sagemaker/jumpstart/utils.py
@@ -75,8 +75,9 @@ def get_formatted_manifest(
75
def get_sagemaker_version() -> str:
76
"""Returns sagemaker library version.
77
78
- If the sagemaker library version has not been set yet, this function
79
- calls ``parse_sagemaker_version`` to retrive the version.
+ If the sagemaker library version has not been set, this function
+ calls ``parse_sagemaker_version`` to retrieve the version and set
80
+ the constant.
81
"""
82
if constants.PARSED_SAGEMAKER_VERSION == "":
83
constants.PARSED_SAGEMAKER_VERSION = parse_sagemaker_version()
0 commit comments