Skip to content

Commit

Permalink
change: JumpStart - TLV region launch (aws#4379)
Browse files Browse the repository at this point in the history
  • Loading branch information
haixiw authored and root committed Jan 25, 2024
1 parent 097db73 commit 4cf7494
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sagemaker/jumpstart/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@
region_name="cn-north-1",
content_bucket="jumpstart-cache-prod-cn-north-1",
),
JumpStartLaunchedRegionInfo(
region_name="il-central-1",
content_bucket="jumpstart-cache-prod-il-central-1",
gated_content_bucket="jumpstart-private-cache-prod-il-central-1",
),
]
)

Expand Down

0 comments on commit 4cf7494

Please sign in to comment.