Commit 9caf00f
fix: Update CreateEdgePackagingJob resourceKey with type string (#3967)
resource key is of type string as per:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/create_edge_packaging_job.html
docs mention it is of type string but it is being converted to tuple
causing a ParamValidationError when calling
session.package_model_for_edge
Updating to use string, modified Unit test to cover the use case
Co-authored-by: Ashwin Krishna <ashwikri@amazon.com>1 parent 0967a93 commit 9caf00f
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2543 | 2543 | | |
2544 | 2544 | | |
2545 | 2545 | | |
2546 | | - | |
| 2546 | + | |
2547 | 2547 | | |
2548 | 2548 | | |
2549 | 2549 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2851 | 2851 | | |
2852 | 2852 | | |
2853 | 2853 | | |
2854 | | - | |
2855 | | - | |
2856 | | - | |
| 2854 | + | |
| 2855 | + | |
| 2856 | + | |
2857 | 2857 | | |
2858 | 2858 | | |
2859 | 2859 | | |
| |||
0 commit comments