Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProcessingJob does not have StepID #137

Open
momonga-ml opened this issue May 28, 2021 · 1 comment
Open

ProcessingJob does not have StepID #137

momonga-ml opened this issue May 28, 2021 · 1 comment

Comments

@momonga-ml
Copy link

Currently need to set the name manually for StepId.ProcessingJob.value, as it does not show-up in StepID.

see code under Setup Pipeline with the Step Functions SDK for example:
https://github.com/data-science-on-aws/workshop/blob/master/10_pipeline/stepfunctions/01_Create_Pipeline_Train_and_Deploy_Reviews_BERT_TensorFlow.ipynb

@wong-a
Copy link
Contributor

wong-a commented Jun 17, 2021

Steps can accept any string for its name as long as it is unique to the workflow. StepId only really exists for the SDK's prebuilt Pipeline classes, which use the same step names all the time.

Neither using StepId enums or a custom strings for step names is wrong per se.


Related to #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants