Description of changes: The CreateEnvironmentAction API call uses a parameter that is only available in the byod DataZone model. Specifically parameters: "sageMaker": {}. Use the byod model to call CreateEnvironmentAction.
Testing done: Verified using latest public DataZone API model and then ran through script e2e in CMH prod.
Merge Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.
[x] I have verified that my PR does not contain any new notebook/s which demonstrate a SageMaker functionality already showcased by another existing notebook in the repository
[x] I have read the CONTRIBUTING doc and adhered to the guidelines regarding folder placement, notebook naming convention and example notebook best practices
[x] I have updated the necessary documentation, including the README of the appropriate folder as well as the index.rst file
[x] I have tested my notebook(s) and ensured it runs end-to-end
[x] I have linted my notebook(s) and code using python3 -m black -l 100 {path}/{notebook-name}.ipynb
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: N/A
Description of changes: The
CreateEnvironmentAction
API call uses a parameter that is only available in the byod DataZone model. Specificallyparameters: "sageMaker": {}
. Use the byod model to callCreateEnvironmentAction
.Testing done: Verified using latest public DataZone API model and then ran through script e2e in CMH prod.
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.python3 -m black -l 100 {path}/{notebook-name}.ipynb
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.