Skip to content

Commit f21a25f

Browse files
committed
missed a fix
1 parent 7f4e8f6 commit f21a25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/amazon_sagemaker_model_building_pipeline.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Example:
358358
359359
model_data = step_tune.get_top_model_s3_uri(
360360
top_k=0, # best model
361-
s3_bucket="s3://my-bucket",
361+
s3_bucket=bucket,
362362
prefix=model_prefix
363363
)
364364

0 commit comments

Comments
 (0)