Skip to content

Commit 96d89e8

Browse files
haixiwsamruds
authored andcommitted
change: JumpStart - TLV region launch (aws#4379)
1 parent c172675 commit 96d89e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sagemaker/jumpstart/constants.py

+5
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@
142142
region_name="cn-north-1",
143143
content_bucket="jumpstart-cache-prod-cn-north-1",
144144
),
145+
JumpStartLaunchedRegionInfo(
146+
region_name="il-central-1",
147+
content_bucket="jumpstart-cache-prod-il-central-1",
148+
gated_content_bucket="jumpstart-private-cache-prod-il-central-1",
149+
),
145150
]
146151
)
147152

0 commit comments

Comments
 (0)