Skip to content

Commit 3534b79

Browse files
committed
fix: remove tuple from model type
1 parent 12f8f95 commit 3534b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@ def __init__(
24172417
self.model_id = model_id
24182418
self.model_version = model_version
24192419
self.hub_arn = hub_arn
2420-
self.model_type = (model_type,)
2420+
self.model_type = model_type
24212421
self.instance_type = instance_type
24222422
self.instance_count = instance_count
24232423
self.region = region

0 commit comments

Comments
 (0)