Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/sagemaker/jumpstart/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
gated_content_bucket="jumpstart-private-cache-prod-eu-central-1",
neo_content_bucket="sagemaker-sd-models-prod-eu-central-1",
),
JumpStartLaunchedRegionInfo(
region_name="eu-central-2",
content_bucket="jumpstart-cache-prod-eu-central-2",
gated_content_bucket="jumpstart-private-cache-prod-eu-central-2",
),
Comment on lines 70 to +77
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the neo bucket not needed for this region?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added to description: Adding JS bucket info. I verified through the Neo RIP service that their bucket is not available as of yet.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then should you remove the neo bucket?

JumpStartLaunchedRegionInfo(
region_name="eu-north-1",
content_bucket="jumpstart-cache-prod-eu-north-1",
Expand Down
Loading