I am newbie in using sagemaker pipeline .While following this AWS MLOPs workshop https://catalog.us-east-1.prod.workshops.aws/workshops/741835d3-a2bf-4cb6-81f0-d0bb4a62edca/en-US/03-lab-03 I am getting error on notebook 3 at step 67 pipeline.upsert(role_arn=sm_role) Below are the error msgs.
AttributeError: 'ParameterString' object has no attribute 'startswith'
TypeError: Pipeline variables do not support str operation. Please use .to_string()
to convert it to string type in execution timeor use .expr
to translate it to Json for display purpose in Python SDK.
Any help will be appreciated, thanks in advance.