Skip to content

Commit 4c3166e

Browse files
committed
fix rebase
1 parent 394fde9 commit 4c3166e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/cli/compatibility/v2/modifiers/renamed_params.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def old_param_name(self):
215215
@property
216216
def new_param_name(self):
217217
"""The new name for the image URI argument."""
218+
return "image_uri"
218219

219220

220221
class SessionCreateModelImageURIRenamer(MethodParamRenamer):

0 commit comments

Comments
 (0)