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 7f33995 commit fa3d6f1Copy full SHA for fa3d6f1
src/sagemaker/jumpstart/factory/estimator.py
@@ -396,6 +396,7 @@ def _add_role_to_kwargs(kwargs: JumpStartEstimatorInitKwargs) -> JumpStartEstima
396
field_name="role",
397
field_val=kwargs.role,
398
sagemaker_session=kwargs.sagemaker_session,
399
+ default_value=kwargs.role,
400
)
401
402
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