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 cba9034 commit 6082e59Copy full SHA for 6082e59
src/sagemaker/jumpstart/accessors.py
@@ -41,7 +41,7 @@ def get_sagemaker_version() -> str:
41
class JumpStartS3Accessor(object):
42
"""Static class for storing and retrieving auxilliary s3 artifacts."""
43
44
- @functools.cache
+ @functools.lru_cache
45
@staticmethod
46
def _get_default_s3_client(region: str = JUMPSTART_DEFAULT_REGION_NAME) -> boto3.client:
47
"""Returns default s3 client associated with the region.
0 commit comments