Skip to content

Commit 020f29b

Browse files
committed
2 parents a508ebf + 6fce4d6 commit 020f29b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/sagemaker/jumpstart/constants.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,16 @@
182182
content_bucket="jumpstart-cache-prod-il-central-1",
183183
gated_content_bucket="jumpstart-private-cache-prod-il-central-1",
184184
),
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+
JumpStartLaunchedRegionInfo(
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+
),
185195
]
186196
)
187197

0 commit comments

Comments
 (0)