Skip to content

Commit 538dbdf

Browse files
committed
Modifying session object
1 parent 747c239 commit 538dbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ def create_model_package_from_containers(
27782778
approval_status="PendingManualApproval",
27792779
description=None,
27802780
drift_check_baselines=None,
2781-
customer_metadata_properties=customer_metadata_properties,
2781+
customer_metadata_properties=None,
27822782
):
27832783
"""Get request dictionary for CreateModelPackage API.
27842784

0 commit comments

Comments
 (0)