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

feat: Add support for StepFunctions to run Training and Baseline jobs. #6

Closed
brightsparc opened this issue Aug 3, 2020 · 2 comments

Comments

@brightsparc
Copy link
Contributor

The build currently outputs a custom cloud formation script to run a training job and baseline job.

This could be updated to use the new AWS Step Functions Data Science Python SDK to output the CloudFormation script to create/update a pipeline.

This script can then be can executed via the CodePipeline with the new StepFunctions action

Name: ActionName
ActionTypeId:
  Category: Invoke
  Owner: AWS
  Version: 1
  Provider: StepFunctions
OutputArtifacts:
  - Name: myOutputArtifact
Configuration:
  StateMachineArn: arn:aws:states:us-east-1:111122223333:stateMachine:HelloWorld-StateMachine
  ExecutionNamePrefix: my-prefix
@brightsparc brightsparc changed the title feat: Modify model to create StepFunctions to run Training and Baseline jobs. feat: Add support for StepFunctions to run Training and Baseline jobs. Aug 5, 2020
@brightsparc
Copy link
Contributor Author

Support for AWS StepFunctions is WIP on the sfn-workflow branch.

@brightsparc
Copy link
Contributor Author

Closed as this is merged into master.

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

1 participant