From a34aaf6e9b0bd9b3598012a02a5b48ca1c73b1c6 Mon Sep 17 00:00:00 2001 From: Zachary Saunders Date: Tue, 14 Apr 2026 13:16:36 -0700 Subject: [PATCH] Added jumpstart ADC regions --- src/sagemaker/jumpstart/region_config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/sagemaker/jumpstart/region_config.json b/src/sagemaker/jumpstart/region_config.json index fe5268e294..96209f9957 100644 --- a/src/sagemaker/jumpstart/region_config.json +++ b/src/sagemaker/jumpstart/region_config.json @@ -158,6 +158,22 @@ "content_bucket": "jumpstart-cache-prod-us-gov-west-1", "gated_content_bucket": "jumpstart-private-cache-prod-us-gov-west-1" }, + "us-iso-east-1": { + "content_bucket": "jumpstart-cache-prod-us-iso-east-1", + "gated_content_bucket": "jumpstart-private-cache-prod-us-iso-east-1" + }, + "us-isob-east-1": { + "content_bucket": "jumpstart-cache-prod-us-isob-east-1", + "gated_content_bucket": "jumpstart-private-cache-prod-us-isob-east-1" + }, + "us-isof-east-1": { + "content_bucket": "jumpstart-cache-prod-us-isof-east-1", + "gated_content_bucket": "jumpstart-private-cache-prod-us-isof-east-1" + }, + "us-isof-south-1": { + "content_bucket": "jumpstart-cache-prod-us-isof-south-1", + "gated_content_bucket": "jumpstart-private-cache-prod-us-isof-south-1" + }, "us-west-1": { "content_bucket": "jumpstart-cache-prod-us-west-1", "gated_content_bucket": "jumpstart-private-cache-prod-us-west-1",