Commit 2102bb7
Fix: hub model reference arn enum bug when constructing from arn (#4972)
* Fix hub model reference arn enum bug
* Add unit test for construct hub model reference arn util
* fix broken unit test
* formatting: add extra newline after unit test
* fix broken unit test
* fix formatting
* add more newlines around test
* codestyle: fix line too long
* Revert "codestyle: fix line too long"
This reverts commit 0b6867a.
* fix test
* add missing quote
---------
Co-authored-by: parknate@ <[email protected]>1 parent 8be4568 commit 2102bb7
File tree
2 files changed
+18
-1
lines changed- src/sagemaker/jumpstart/hub
- tests/unit/sagemaker/jumpstart/hub
2 files changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
99 | 116 | | |
100 | 117 | | |
101 | 118 | | |
| |||
0 commit comments