-
Notifications
You must be signed in to change notification settings - Fork 90
Expose TuningStep #77
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
Conversation
The TuningStep Class is not exposed, making it not possible to import like other steps. e.g. `from stepfunctions.steps import TuningStep`
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Changed base branch as this should be fix ASAP and published. |
Thanks for this fix @mriccia. Regarding the base branch, we can still have it be part of master and release this with the next release of the SDK. v1.0.0.7 is already released. |
thanks @vaib-amz I have changed the base branch to Master, please take a look. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
The TuningStep Class is not exposed, making it not possible to import like other steps.
e.g.
from stepfunctions.steps import TuningStep
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.