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 c9f79fd commit 29733c8Copy full SHA for 29733c8
src/sagemaker/jumpstart/curated_hub/accessors/public_model_data.py
@@ -86,7 +86,7 @@ def default_training_dataset_s3_reference(self) -> S3ObjectLocation:
86
"""Retrieves s3 reference for s3 directory containing model training datasets"""
87
if not self.model_specs.training_supported:
88
return None
89
- return S3ObjectLocation(self._get_bucket_name(), self.__get_training_dataset_prefix())
+ return S3ObjectLocation(self._get_bucket_name(), self._get_training_dataset_prefix())
90
91
@property
92
def demo_notebook_s3_reference(self) -> S3ObjectLocation:
0 commit comments