We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4955d22 commit 4072964Copy full SHA for 4072964
src/sagemaker/jumpstart/factory/estimator.py
@@ -390,6 +390,7 @@ def _add_role_to_kwargs(kwargs: JumpStartEstimatorInitKwargs) -> JumpStartEstima
390
field_name="role",
391
field_val=kwargs.role,
392
sagemaker_session=kwargs.sagemaker_session,
393
+ default_value=kwargs.role,
394
)
395
396
return kwargs
src/sagemaker/jumpstart/factory/model.py
@@ -127,6 +127,7 @@ def _add_role_to_kwargs(kwargs: JumpStartModelInitKwargs) -> JumpStartModelInitK
127
128
129
130
131
132
133
0 commit comments