Ability to pass code argument as a Pipeline variable in SageMaker Script Processor #4918
Labels
component: pipelines
Relates to the SageMaker Pipeline Platform
type: feature request
type: question
Describe the bug
When creating a processing step in SageMaker Pipelines, When I try to pass the code argument for the Script processor run method and initialize the Pipeline client, I get the following error:
AttributeError: 'ParameterString' object has no attribute 'decode'
To reproduce
Expected behavior
Ability to pass code location for Script Processors as a Pipeline variable.
Screenshots or logs
System information
A description of your system. Please provide:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: