fix(stepfunctions-tasks): instance type cannot be provided to SageMakerCreateTransformJob as input path#15726
fix(stepfunctions-tasks): instance type cannot be provided to SageMakerCreateTransformJob as input path#15726mergify[bot] merged 8 commits intoaws:masterfrom syeehyn:master
Conversation
…erCreateTransformJob as input path
BenChaimberg
left a comment
There was a problem hiding this comment.
Please add test(s) to ensure both ways of providing an instance type produce a valid output
packages/@aws-cdk/aws-stepfunctions-tasks/lib/sagemaker/create-transform-job.ts
Outdated
Show resolved
Hide resolved
Pull request has been modified.
…-transform-job.ts Co-authored-by: Ben Chaimberg <youppi3@gmail.com>
Added test for the jsonString path. w.r.t this PR #14064 |
packages/@aws-cdk/aws-stepfunctions-tasks/test/sagemaker/create-training-job.test.ts
Outdated
Show resolved
Hide resolved
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
as referred in #11605 in SageMakerCreateTransformJob has the same kind of issue.
similar solution can be found at #11749
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license