We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec02d6f commit 300a2c5Copy full SHA for 300a2c5
src/sagemaker/jumpstart/constants.py
@@ -182,6 +182,16 @@
182
content_bucket="jumpstart-cache-prod-il-central-1",
183
gated_content_bucket="jumpstart-private-cache-prod-il-central-1",
184
),
185
+ JumpStartLaunchedRegionInfo(
186
+ region_name="us-gov-east-1",
187
+ content_bucket="jumpstart-cache-prod-us-gov-east-1",
188
+ gated_content_bucket="jumpstart-private-cache-prod-us-gov-east-1",
189
+ ),
190
191
+ region_name="us-gov-west-1",
192
+ content_bucket="jumpstart-cache-prod-us-gov-west-1",
193
+ gated_content_bucket="jumpstart-private-cache-prod-us-gov-west-1",
194
195
]
196
)
197
0 commit comments