Skip to content

Commit 343e423

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.
1 parent 19e6862 commit 343e423

File tree

4 files changed

+61
-41
lines changed

4 files changed

+61
-41
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings."
6+
}

services/sagemaker/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
}
263263
],
264264
"endpoint": {
265-
"url": "https://api-fips.sagemaker.{Region}.amazonaws.com",
265+
"url": "https://api.sagemaker.{Region}.amazonaws.com",
266266
"properties": {},
267267
"headers": {}
268268
},

services/sagemaker/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
"documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
434434
"expect": {
435435
"endpoint": {
436-
"url": "https://api-fips.sagemaker.us-gov-west-1.amazonaws.com"
436+
"url": "https://api.sagemaker.us-gov-west-1.amazonaws.com"
437437
}
438438
},
439439
"params": {
@@ -459,7 +459,7 @@
459459
"documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled",
460460
"expect": {
461461
"endpoint": {
462-
"url": "https://api-fips.sagemaker.us-gov-east-1.amazonaws.com"
462+
"url": "https://api.sagemaker.us-gov-east-1.amazonaws.com"
463463
}
464464
},
465465
"params": {

0 commit comments

Comments
 (0)