Skip to content

Commit

Permalink
fix: one-line estimator kwargs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainia committed Mar 13, 2024
1 parent 913d417 commit ecc910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sagemaker/jumpstart/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ def __init__(

self.model_id = model_id
self.model_version = model_version
self.model_type = (model_type,)
self.model_type = model_type
self.instance_type = instance_type
self.instance_count = instance_count
self.region = region
Expand Down

0 comments on commit ecc910c

Please sign in to comment.