Skip to content

Commit 7f4e8f6

Browse files
committed
more fix
1 parent e406fb5 commit 7f4e8f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/amazon_sagemaker_model_building_pipeline.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ Example:
358358
359359
model_data = step_tune.get_top_model_s3_uri(
360360
top_k=0, # best model
361-
s3_bucket="s3://my-bucekt",
361+
s3_bucket="s3://my-bucket",
362+
prefix=model_prefix
362363
)
363364
364365
CreateModelStep

0 commit comments

Comments
 (0)