Commit c7ef66f
feature: Add Support for AWS Batch Quota Management Job Submission and Job Priority Update (#5659)
* feature: [SDKv3]Add Support for QM Job Submission and Job Priority Update (#1970)
* Trigger checks in changed modules and dependent modules (#1958)
* Update pr workflow (#1963)
* Trigger checks in changed modules and dependent modules
* Removing github token dependency
* Add back GH_PAT token to detect changes (#1965)
* feature: Add Support for QM Job Submission and Job Priority Update
---------
Co-authored-by: aviruthen <91846056+aviruthen@users.noreply.github.com>
* feature: Updating aws_batch TrainingQueue integration test to support quota management. (#1978)
* feature: Added an example notebook for QuotaManagement job submission on AWS Batch TrainingQueues. (#1980)
* fix: aws_batch/test_training_queue QM unit test fix
---------
Co-authored-by: mnganesh-amzn <mnganesh@amazon.com>
Co-authored-by: aviruthen <91846056+aviruthen@users.noreply.github.com>1 parent 302b973 commit c7ef66f
File tree
11 files changed
+1909
-73
lines changed- sagemaker-train
- src/sagemaker/train/aws_batch
- tests
- integ/train/aws_batch
- unit/train/aws_batch
- v3-examples/training-examples/aws_batch
- utils
11 files changed
+1909
-73
lines changedLines changed: 48 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
| |||
96 | 104 | | |
97 | 105 | | |
98 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
99 | 127 | | |
100 | 128 | | |
101 | 129 | | |
102 | 130 | | |
103 | 131 | | |
104 | | - | |
| 132 | + | |
105 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
106 | 138 | | |
107 | | - | |
| 139 | + | |
108 | 140 | | |
109 | 141 | | |
110 | 142 | | |
111 | 143 | | |
112 | 144 | | |
113 | | - | |
| 145 | + | |
114 | 146 | | |
115 | 147 | | |
116 | 148 | | |
| |||
132 | 164 | | |
133 | 165 | | |
134 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
135 | 180 | | |
136 | 181 | | |
137 | 182 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
| |||
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| 92 | + | |
| 93 | + | |
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
| |||
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
| |||
0 commit comments