Skip to content

Commit 29733c8

Browse files
committed
update
1 parent c9f79fd commit 29733c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/curated_hub/accessors/public_model_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def default_training_dataset_s3_reference(self) -> S3ObjectLocation:
8686
"""Retrieves s3 reference for s3 directory containing model training datasets"""
8787
if not self.model_specs.training_supported:
8888
return None
89-
return S3ObjectLocation(self._get_bucket_name(), self.__get_training_dataset_prefix())
89+
return S3ObjectLocation(self._get_bucket_name(), self._get_training_dataset_prefix())
9090

9191
@property
9292
def demo_notebook_s3_reference(self) -> S3ObjectLocation:

0 commit comments

Comments
 (0)