When using step decorator, the step type is fixed to StepTypeEnum.TRAINING #4915
Unanswered
RaydelMiranda
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a pipeline using the step decorator, as already suggested in the title of this discussion. However, when visualizing the pipeline in SageMaker studio, all my steps fall in the Training Category, when I am doing also preprocessing and deployment.
After a quick look at the code, I found out there is no way to set the desired step type while using the step decorator:
I would like to know the reason behind this and also if there is a workaround that would allow me to create, for instance, a processing step (using the decorator) that would actually be shown as a processing step in the Sage maker console.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions