You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The sagemaker.sklearn.processing SKLearnProcessor object throws a value error when sagemaker.workflow.parameters.ParameterString is passed as instance_type.
I have been running the exact same script, and I never had an issue previously.
Hi @zerualem and @bobbywlindsey, sorry for the confusing warning message. I've opened a PR (see above) to improve the warning message.
FYI: the warning you're seeing is thrown when retrieving the image_uri via instance_type.
If we do not pass in an image_uri to the SKLearnProcessor, the default value of instance_type (a plain string) is used to retrieve image_uri for processor/estimator. As for this part (retrieving the image_uri based on instance_type), it’s not able to make it parameterized unless a user directly passes in the image_uri as a ParameterString
On the other hand, the instance_type of a processor/estimator can be parameterized e.g. giving a ParameterString. This behavior still works.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The sagemaker.sklearn.processing SKLearnProcessor object throws a value error when sagemaker.workflow.parameters.ParameterString is passed as instance_type.
I have been running the exact same script, and I never had an issue previously.
To reproduce
Screenshots or logs
System information
A description of your system. Please provide:
The text was updated successfully, but these errors were encountered: