* fix(components): make inputs.model_artifact_url optional in sagemaker model component
* chore: run black
* Fixed Stop bug
commit f2092382ee941c2f33935db3e886093a15f103f7
Author: ananth102 <abashyam@amazon.com>
Date: Fri Oct 7 19:51:55 2022 +0000
replaced image
commit 2f0e2daa54fe80a3dfc471d393be62d612217b84
Merge: bf2389a667ce165432
Author: ananth102 <abashyam@amazon.com>
Date: Fri Oct 7 19:50:28 2022 +0000
Merge remote-tracking branch 'stopfix/handle_stopped' into kfpv1fixes2
commit 7ce165432e
Author: Kartik Kalamadi <kalamadi@amazon.com>
Date: Thu Mar 3 09:58:16 2022 -0800
Run black
commit 32d6e1388a
Author: Kartik Kalamadi <kalamadi@amazon.com>
Date: Tue Mar 1 15:25:32 2022 -0800
Change image for testing
commit 7875d9aa27
Author: Kartik Kalamadi <kalamadi@amazon.com>
Date: Mon Jan 31 09:29:50 2022 -0800
Handle Stopped state for all components and fix bug in robomaker simulation function
* chore(docs): Update model README.md
Update README
* updated image and liscense
* chore: pop ModelDataUrl if not exist
* fix: make field as option in aws batch_transform component
chore: run black
chore: revert docker version pump up
chore(docs): update valid instance types
Remove key if not use
Pop KmsKeyId
* update changelog
* chore: pop DataProcessing if no value supplied
* test(components): Update test
* fix(batch_transform): only pop input and output
* fixed log bug
Co-authored-by: ananth102 <abashyam@amazon.com>
* Print logs for Processing and Batch Transform
* Change image in yamls
* Add unit tests for cw calls
* update version in license file to 1.1.1
* generate yaml for the new version
* update changelog
* Adds RoboMaker and SageMaker RLEstimator components
* Genericise samples
* Genericise samples
* Adds better logging and updates shim component in samples
* Adds fixes for PR comments. Updates tests accordingly
* Adds docker image reference for integration tests. Allows for setting job_name for RLEstimator training jobs
* Separate RM and SM execution roles
* Remove README reference to VPC config items
* Adds more reliable integration test for RoboMaker Simulation Job
* Simplifies integration tests
* Reverted test container entrypoints
* Update black formatting
* Update components for redbackthomson repo
* Prefix RLEstimator job name
* Add RoboMakerFullAccess to generated roles
* Update version to official 1.1.0
* Formatting int test file
* Add PassRole IAM permission to OIDC
* Adds ROBOMAKER_EXECUTION_ROLE_ARN to build vars
Co-authored-by: Nicholas Thomson <nithomso@amazon.com>