Skip to content

Commit dbc936e

Browse files
authored
change: JumpStart - TLV region launch (#4379)
1 parent 93fc2d1 commit dbc936e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sagemaker/jumpstart/constants.py

Lines changed: 5 additions & 0 deletions
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)