Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bencrabtree committed Mar 18, 2024
1 parent c9f79fd commit 29733c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def default_training_dataset_s3_reference(self) -> S3ObjectLocation:
"""Retrieves s3 reference for s3 directory containing model training datasets"""
if not self.model_specs.training_supported:
return None
return S3ObjectLocation(self._get_bucket_name(), self.__get_training_dataset_prefix())
return S3ObjectLocation(self._get_bucket_name(), self._get_training_dataset_prefix())

@property
def demo_notebook_s3_reference(self) -> S3ObjectLocation:
Expand Down

0 comments on commit 29733c8

Please sign in to comment.